codepad
[
create a new paste
]
login
|
about
Language:
C
C++
D
Haskell
Lua
OCaml
PHP
Perl
Plain Text
Python
Ruby
Scheme
Tcl
#include <stdio.h> int main(void) { FILE *f; f = fopen("/home/crobbins/", "r"); if (f) { printf("Ok\n"); fclose(f); } else perror("Error: "); return 0; }
Private
[
?
]
Run code
Submit