mirror of
https://github.com/apache/nuttx.git
synced 2026-08-17 17:43:22 +08:00
Use lib_get_stream() to fetch stdin/stdout/stderr, since is more easy to works with other language by function call than export native C structure memory layout. Signed-off-by: Huang Qi <huangqi3@xiaomi.com>