env.h

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

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