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: 3102eb87388c0dea83cd01b115ee15a392e9a6a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
#include <time.h>
char *__asctime(const struct tm *, char *);
char *asctime(const struct tm *tm)
{
	static char buf[26];
	return __asctime(tm, buf);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月24日 16:18:43 +0000

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