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

@@ -1,4 +1,6 @@
/* Loop infinitely. Print an integer whenever a period is reached:
/* https://github.com/cirosantilli/linux-kernel-module-cheat#c
*
* Loop infinitely. Print an integer whenever a period is reached:
*
* ....
* ./infinite_loop [period]