#include #include #include #include main() { long file_handle,f; // Connect to ars cg_fsinit(); // Print some diags printf("Testing The ARS FileServer Library\n"); for(f=0; f<10; f++) printf("testing:%d\n",f); // Open a file - we know it doesn't exist, but it's only a test // isn't it? file_handle=open("cdrom:\\foo_bar.psx",O_RDONLY); cg_shutdown(); }