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 Sat Aug 24 21:09:33 2002 for WvStreams by doxygen1.2.15