HTML Tidy  5.4.0
The HTACG Tidy HTML Project
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
sprtf.h File Reference

Go to the source code of this file.

Macros

#define EndBuf(a)   ( a + strlen(a) )
 
#define M_MAX_SPRTF   2048
 
#define MCDECL
 
#define SPRTF   sprtf
 

Functions

int add_append_log (int val)
 
int add_list_out (int val)
 
int add_screen_out (int val)
 
int add_std_out (int val)
 
int add_sys_date (int val)
 
int add_sys_time (int val)
 
void close_log_file (void)
 
int direct_out_it (char *cp)
 
char * get_date_stg ()
 
char * get_date_time_stg ()
 
char * get_log_file (void)
 
char * get_time_stg ()
 
char * GetNxtBuf ()
 
int open_log_file (void)
 
void set_log_file (char *nf, int open)
 
int MCDECL sprtf (const char *pf,...)
 

Macro Definition Documentation

#define EndBuf (   a)    ( a + strlen(a) )
#define M_MAX_SPRTF   2048
#define MCDECL
#define SPRTF   sprtf

Function Documentation

int add_append_log ( int  val)
int add_list_out ( int  val)
int add_screen_out ( int  val)
int add_std_out ( int  val)
int add_sys_date ( int  val)
int add_sys_time ( int  val)
void close_log_file ( void  )
int direct_out_it ( char *  cp)
char* get_date_stg ( )
char* get_date_time_stg ( )
char* get_log_file ( void  )
char* get_time_stg ( )
char* GetNxtBuf ( )
int open_log_file ( void  )
void set_log_file ( char *  nf,
int  open 
)
int MCDECL sprtf ( const char *  pf,
  ... 
)