zephyr/samples/subsys/shell
Chris Friedt fc92eb1b37 posix: getopt: move declarations to unistd.h
Declarations for `getopt()` should be in `<unistd.h>`
according to the spec. The extended versions `getopt_long()`
and `getopt_long_only()` are declared in `<getopt.h>`.

Signed-off-by: Chris Friedt <cfriedt@meta.com>
2022-12-01 15:52:47 -05:00
..
devmem_load samples: Add missing sample.yaml 2022-07-28 20:51:14 +02:00
fs tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
shell_module posix: getopt: move declarations to unistd.h 2022-12-01 15:52:47 -05:00
shell.rst