|
||
void undo_log ( char *text, ... )
char *text; // A printf-style null-terminated character string ... // An argument string compatible with 'text'
|
|
|
Synopsis |
#include "silver.h"
The undo_log function writes strings to the currently-open undo log
|
|
Parameters |
text is a printf-style null-terminated character string that is to be written to the undo log
|
|
Return Value |
none
|
|
Remarks |
text is written to the currently-open undo log. If no log file is open then undo_log does nothing.
|
|
See Also |
|