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
lab pro v.05
B_141104_TresPuntosTriangulo
Spring 2017 Project 2 v1
lab 11 v0.7
Add.c
10
C_141113_dividirRestasSucesivas
QuickSort
3,6,8
cstructVector