mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 10:46:28 +08:00
compiler.h: Add _ between format|printf|syslog|scanf|strftime and like
align with other macro naming style Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
bc9b476d55
commit
fd0d6a9bf5
+1
-1
@@ -203,7 +203,7 @@ FAR struct tm *localtime(FAR const time_t *timep);
|
||||
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 const struct tm *tm) strftime_like(3);
|
||||
FAR char *strptime(FAR const char *s, FAR const char *format,
|
||||
FAR struct tm *tm);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user