include/nuttx/streams.h: Sprinkle scanflike
This commit is contained in:
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)
|
||||
|
|
Loading…
Reference in New Issue