mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-08 04:08:32 +00:00
parent
446a1f7c5a
commit
06f9a5b627
34 changed files with 115 additions and 51 deletions
|
@ -69,7 +69,7 @@
|
|||
static char buf_asctime[MAX_ASCTIME_BUF_SIZE];
|
||||
|
||||
char *
|
||||
asctime_r(register const struct tm *timeptr, char *buf)
|
||||
asctime_r(register const struct tm *timeptr, char buf[hasatleast 26])
|
||||
{
|
||||
register const char * wn;
|
||||
register const char * mn;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue