ctime.c\time\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/time/ctime.c
blob: 185ec5543b958e04ff7560ae333ed7cac61a9c2c (plain) (blame)
1
2
3
4
5
6
#include <time.h>
char *ctime(const time_t *t)
{
	return asctime(localtime(t));
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月27日 17:28:43 +0000

AltStyle によって変換されたページ (->オリジナル) /