mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 03:05:40 +08:00
libc/lib_strptime:change code format & add notes
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
+1
-1
@@ -201,7 +201,7 @@ FAR struct tm *localtime_r(FAR const time_t *timep, FAR struct tm *result);
|
||||
size_t strftime(FAR char *s, size_t max, FAR const char *format,
|
||||
FAR const struct tm *tm) strftimelike(3);
|
||||
FAR char *strptime(FAR const char *s, FAR const char *format,
|
||||
FAR struct tm *tm);
|
||||
FAR struct tm *tm);
|
||||
|
||||
FAR char *asctime(FAR const struct tm *tp);
|
||||
FAR char *asctime_r(FAR const struct tm *tp, FAR char *buf);
|
||||
|
||||
Reference in New Issue
Block a user