include/nuttx/streams.h: Sprinkle scanflike

This commit is contained in:
YAMAMOTO Takashi
2020-11-17 15:47:16 +09:00
committed by Xiang Xiao
parent b90809d5f0
commit f1aab27c92
+1 -1
View File
@@ -476,7 +476,7 @@ int lib_vsprintf(FAR struct lib_outstream_s *obj,
****************************************************************************/
int lib_vscanf(FAR struct lib_instream_s *obj, FAR int *lastc,
FAR const IPTR char *src, va_list ap);
FAR const IPTR char *src, va_list ap) scanflike(3, 0);
#undef EXTERN
#if defined(__cplusplus)