|
|
|
|
| Function | main |
| Include file | CONS_APP.H |
| Prototype | void main( int argc , char *argv[] ) |
| Remarks | DOS/C style main() entry point. |
![]()
| Function | update_library_global_vars |
| Include file | CONS_APP.H |
| Prototype | void update_library_global_vars( void ) |
| Remarks | Update the TDF_lib global vars with data from the user's command line. |
![]()
| Function | print_usage |
| Include file | CONS_APP.H |
| Prototype | void print_usage( void ) |
| Remarks | Print a usage message to the user. |
![]()
| Function | control_c_handler |
| Include file | CONS_APP.H |
| Prototype | BOOL WINAPI control_c_handler( DWORD dwCtrlType ) |
| Remarks | A simple control-c handler. |
![]()
![]()