libc: Document strftime in time.h
This commit is contained in:
parent
d5a6c7f27f
commit
d186d573dd
@ -77,8 +77,8 @@ extern "C"
|
|||||||
/* Fills buf with a string representation of time. Thread-safe. */
|
/* Fills buf with a string representation of time. Thread-safe. */
|
||||||
char* ctime_r(const time_t* time, char buf[26]);
|
char* ctime_r(const time_t* time, char buf[26]);
|
||||||
|
|
||||||
size_t strftime(char* str, size_t max, const char* format, const struct tm* time); // Not implemented.
|
/* Fills str with a formatted string representation of time according to the format string. */
|
||||||
char* ctime(const time_t* timep); // Not implemented.
|
size_t strftime(char* str, size_t max, const char* format, const struct tm* time);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user