Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

dsform.h

Go to the documentation of this file.
00001 /*
00002  *  $Id: dsform.h,v 1.3 2003/08/28 07:55:51 dsamersoff Exp $
00003  */
00004 
00005 #ifndef dsform_h
00006 #define dsfrom_h
00007 
00008 #ifdef HAVE_CONFIG_H
00009 # include <config.h>
00010 #endif
00011 
00012 #include <stdarg.h>
00013 #include <stdio.h>
00014 #include <string.h>
00015 
00016 #include <iostream>
00017 #include <iomanip>
00018 
00019 std::ostream& dsform(std::ostream& os, const char *format,   ... );
00020 std::ostream& dsvform(std::ostream& os, const char *format, va_list ap );
00021 
00022 #endif

Generated on Mon May 16 18:26:57 2005 for libdms4 by doxygen1.3-rc2