sys.h revision 2a0770ab8e651d1796b513a24205f30e458357b1
#ifndef SEEN_SYS_H
#define SEEN_SYS_H
/*
* System abstraction utility routines
*
* Authors:
* Jon A. Cruz <jon@joncruz.org>
*
* Copyright (C) 2004-2005 Authors
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include <stdio.h>
#include <glib.h>
#include <string>
/*#####################
## U T I L I T Y
#####################*/
int mkdir_utf8name( char const *utf8name );
bool file_directory_exists( char const *utf8name );
bool file_is_writable( char const *utf8name);
int* standard_input,
int* standard_output,
int* standard_error);
}
}
#endif // SEEN_SYS_H