Simulated External Functions

int file_exists(string);

Returns 0 if the file does not exist.
Returns 1 if the file exists.

file: /doc/sefun/files.c
