nuttx-apps/examples/pipe
wurui3 4981dbe32b apps/examples/pipe:can't print info to screen after calling redirect_test func.
reason:stdin/stdout was redirected and closed in redirect_test.c.
measures:change all printf() to fprint(stderr,...) in pipe_main.c,
and modify fflush(stdout) to fflush(stderr) in line 231.

Signed-off-by: wurui3 <wurui3@xiaomi.com>
2023-08-30 13:56:33 +08:00
..
CMakeLists.txt cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
interlock_test.c apps/examples/pipe: check POSIX-compliant behavior of NuttX's FIFOs 2023-04-22 01:28:25 +08:00
Kconfig pipe: modify default stack size to fix stack overflow 2021-07-12 20:27:39 -07:00
Make.defs Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
Makefile Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
pipe_main.c apps/examples/pipe:can't print info to screen after calling redirect_test func. 2023-08-30 13:56:33 +08:00
pipe.h pipe: fix pipe test case failed 2022-12-20 23:39:12 +08:00
redirect_test.c apps/examples/pipe: check POSIX-compliant behavior of NuttX's FIFOs 2023-04-22 01:28:25 +08:00
transfer_test.c apps/examples/pipe: check POSIX-compliant behavior of NuttX's FIFOs 2023-04-22 01:28:25 +08:00