file_write_read.c: move from cpp-cheat

Improve README C section with example tree.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-06-07 00:00:03 +00:00
parent 2a27157dbf
commit 9fba97740c
6 changed files with 178 additions and 11 deletions

View File

@@ -430,6 +430,7 @@ path_properties_tuples = (
'exit1.c': {'exit_status': 1},
'exit2.c': {'exit_status': 2},
'false.c': {'exit_status': 1},
'file_write_read.c': {'baremetal': False},
'getchar.c': {'interactive': True},
'infinite_loop.c': {'more_than_1s': True},
'out_of_memory.c': {'disrupts_system': True},