#include "sections.h"
Go to the source code of this file.
Functions | |
Err | memo_open (char *Header) MEMO_SECTION |
void | memo_close (char *Trailer) MEMO_SECTION |
Closes the current memo record. | |
void | memo_delete (void) MEMO_SECTION |
Closes and deletes the curent memo. | |
MemHandle | memo_get_handle (void) MEMO_SECTION |
returns a handle on the current log | |
void | memo_write (char *p) MEMO_SECTION |
Writes the string given in the memo. | |
void | memo_printf (Char *formatStr,...) MEMO_SECTION |
|
Closes the current memo record.
|
|
Closes and deletes the curent memo.
|
|
returns a handle on the current log
|
|
Writes the string given in the memo.
|