mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 00:34:10 +08:00
include/stdio:add setlinebuf marco
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
@@ -96,6 +96,8 @@
|
||||
# define fsetpos64 fsetpos
|
||||
#endif
|
||||
|
||||
#define setlinebuf(stream) setvbuf(stream, NULL, _IOLBF, 0)
|
||||
|
||||
/****************************************************************************
|
||||
* Public Type Definitions
|
||||
****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user