Main Page | Alphabetical List | Data Structures | File List | Globals | Related Pages

memo.h

Go to the documentation of this file.
00001 
00007 /*      $Id: memo.h,v 1.4 2004/11/17 21:02:08 clavelei Exp $     */
00008 
00009 #include "sections.h"
00010 
00011 #ifndef MEMO_SECTION
00012 #define MEMO_SECTION
00013 #endif
00014 
00015 Err memo_open (char *Header) MEMO_SECTION;
00016 void memo_close (char *Trailer) MEMO_SECTION;
00017 void memo_delete (void) MEMO_SECTION;
00018 MemHandle memo_get_handle (void) MEMO_SECTION;
00019 void memo_write (char *p) MEMO_SECTION;
00020 void memo_printf (Char* formatStr, ...) MEMO_SECTION;

Generated on Sun Mar 13 09:36:01 2005 for GPilotS by doxygen 1.3.6