zephyr/tests/subsys/fs/fcb/src
Brooks Prumo e426c0c4e1 tests: Remove erroneous # before extern "C"
A few test header files have C++ guards around them, but are incorrect.
Those files had a leading `#` placed before `extern`, which is
incorrect.  This commit simply removes those leading `#` characters.

Signed-off-by: Brooks Prumo <brooks@prumo.org>
2020-02-06 19:45:21 -05:00
..
fcb_test_append_fill.c fcb: start using errno codes 2019-09-08 12:42:53 +02:00
fcb_test_append_too_big.c
fcb_test_append.c
fcb_test_empty_walk.c
fcb_test_init.c fcb: start using errno codes 2019-09-08 12:42:53 +02:00
fcb_test_last_of_n.c tests: fcb: initialize buffers to avoid processing uninitialized values 2019-11-06 16:58:57 -06:00
fcb_test_len.c
fcb_test_multiple_scratch.c tests: fcb: initialize buffers to avoid processing uninitialized values 2019-11-06 16:58:57 -06:00
fcb_test_reset.c
fcb_test_rotate.c tests: fcb: initialize buffers to avoid processing uninitialized values 2019-11-06 16:58:57 -06:00
fcb_test.h tests: Remove erroneous # before extern "C" 2020-02-06 19:45:21 -05:00
main.c