Add extension for Perl6
[ohcount] / test / detect_files / uses_no_cpp.h
1 #include <sys/types.h>
2 #include <sys/stat.h>
3 #include <unistd.h>
4
5 int superstat(const char * path, struct stat * buf);