Added 'Misc./opener.c'
This commit is contained in:
parent
70dbb67c1e
commit
4fc323c790
8
Misc./opener.c
Normal file
8
Misc./opener.c
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
/* @BAKE
|
||||||
|
gcc -o $* $@
|
||||||
|
strace ./opener
|
||||||
|
@STOP
|
||||||
|
*/
|
||||||
|
// NOTE: this file is for testing strace, not C
|
||||||
|
#include <fcntl.h>
|
||||||
|
signed main() { open("example.txt", O_CREAT | O_WRONLY); }
|
Loading…
x
Reference in New Issue
Block a user