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
FUNTION 2
Largest and Second Largest number in an array
table of 123
Test1
PuntosTriangulo
prime numbers min>max
X=1
Sumit
MatrixMul_shortxshort
20171127_ARRAY_PRIMOS