mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
include/nuttx/streams.h: Sprinkle scanflike
This commit is contained in:
committed by
Xiang Xiao
parent
b90809d5f0
commit
f1aab27c92
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user