Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
open(): No such file or directory
#include <stdio.h> #include <fcntl.h> int main(void) { int fd = open("/dev/r0", O_RDWR); if (fd < 0) { perror("open()"); return -1; } }
run
|
edit
|
history
|
help
0
union behaviour when const obj created
Kous
A_141211_mayor
fibonacci 1
A_141124_arrayMaxMin02
Cbinsearch
time clock and day count through second by user input (ratneshgujarathi)
bitwise manipulation
150116_OrdenMatriz
Project 3 part 2 Book v0.7