#include "inifile.h"#include <stdio.h>Include dependency graph for inifile_test.cc:

Go to the source code of this file.
Functions | |
| main () | |
|
|
Definition at line 8 of file inifile_test.cc. 00009 {
00010
00011 INIFILE iniFile ("test.ini");
00012
00013 printf ("[seg1] tag1=%s\n", iniFile.find ("tag1", "seg1"));
00014 }
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001