Main Page | Modules | Data Structures | File List | Data Fields

env.h

00001 /*
00002  * Copyright (c) 2005, 2006 by KoanLogic s.r.l. - All rights reserved.
00003  */
00004 
00005 #ifndef _U_ENV_H_
00006 #define _U_ENV_H_
00007 #include "libu_conf.h"
00008 
00009 #ifdef __cplusplus
00010 extern "C" {
00011 #endif
00012 
00013 int u_env_init (const char *prefix, const char *cfile);
00014 const char *u_env_var (const char *name);
00015 
00016 #ifdef __cplusplus
00017 }
00018 #endif
00019 
00020 #endif /* !_U_ENV_H_ */

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