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:
Xiang Xiao
2022-12-12 15:43:47 +08:00
committed by Petro Karashchenko
parent bc9b476d55
commit fd0d6a9bf5
24 changed files with 116 additions and 116 deletions
+1 -1
View File
@@ -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);