fs.h

00001 /*
00002  * Copyright (c) 2005-2012 by KoanLogic s.r.l. - All rights reserved.
00003  */
00004 
00005 #ifndef _U_FS_H_
00006 #define _U_FS_H_
00007 
00008 #include <u/libu_conf.h>
00009 
00010 #ifdef __cplusplus
00011 extern "C" {
00012 #endif
00013 
00014 int u_move(const char *src, const char *dst);
00015 int u_copy(const char *src, const char *dst);
00016 int u_remove(const char *file);
00017 
00018 #ifdef __cplusplus
00019 }
00020 #endif
00021 
00022 #endif /* !_U_FS_H_ */

←Products
© 2005-2012 - KoanLogic S.r.l. - All rights reserved