Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

wvfileex.cc

Go to the documentation of this file.
00001 #include <wvfile.h>
00002 
00003 int main()
00004 {
00005     WvFile infile("/etc/passwd", O_RDONLY);
00006     char *s;
00007     
00008     while (infile.isok() && (s = infile.getline(-1)) != NULL)
00009         wvcon->print("%s\n", s);
00010 }

Generated on Sun Mar 16 01:01:11 2003 for WvStreams by doxygen1.3-rc3