#include #include #include #include int shareme() { int fstat_result; struct stat fstat_buf; fstat_result=stat("/rv/home/ghughesf/GarysTools.cpio",&fstat_buf); printf ("Hello World\n"); return (0); }