sys.h revision a00d232ef8ecb04fb29c1c7ea67f8e14df15b309
#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/gfileutils.h>
/*#####################
## U T I L I T Y
#####################*/
int mkdir_utf8name( char const *utf8name );
}
}
#endif // SEEN_SYS_H