Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

c_test.c

Go to the documentation of this file.
00001 #include "uniconf.h" 00002 00003 int main() 00004 { 00005 uniconf_t uni; 00006 00007 uni = uniconf_init("temp:"); 00008 00009 uniconf_set(uni, "foo", "bar"); 00010 printf("foo = \"%s\"\n", uniconf_get(uni, "foo")); 00011 00012 uniconf_set(uni, "foo", "baz"); 00013 printf("foo = \"%s\"\n", uniconf_get(uni, "foo")); 00014 00015 uniconf_free(uni); 00016 } 00017 00018

Generated on Tue Oct 5 01:09:19 2004 for WvStreams by doxygen 1.3.7