asctime.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/asctime.c
blob: 1febe54409e4c601849a6cf28c0f3cf16947737a (plain) (blame)
1
2
3
4
5
6
7
#include <time.h>
char *asctime(const struct tm *tm)
{
	static char buf[26];
	return __asctime_r(tm, buf);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月04日 10:29:03 +0000

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