?? simpm.c
字號:
// simpm.c was generated by BuildTuxedo on 09/19/05 @ 17:45:13 ***** DO NOT EDIT *****#include <tmenv.h>#include <xa.h>#include <atmi.h>#include "simpm.h"#if defined(__cplusplus)extern "C" {#endifextern void TOUPPER _((TPSVCINFO *));#if defined(__cplusplus)}#endifstatic struct tmdsptchtbl_t _tmdsptchtbl[] = { { "TOUPPER", "TOUPPER", (void (*) _((TPSVCINFO *))) TOUPPER, 0, 0 }, { NULL, NULL, NULL, 0, 0 }};#if defined(__cplusplus)extern "C" {#endif_TMDLLIMPORT extern struct xa_switch_t tmnull_switch;#if defined(__cplusplus)}#endif// The following pragma directives have been added to simpm.h:// #pragma comment(lib, "libbuft.lib")// #pragma comment(lib, "libtux.lib")// #pragma comment(lib, "libengine.lib")// #pragma comment(lib, "libfml.lib")// #pragma comment(lib, "libfml32.lib")int main( int argc, char** argv ){ struct tmsvrargs_t tmsvrargs = { &tmnull_switch, &_tmdsptchtbl[0], 0, tpsvrinit, // User Intialization tpsvrdone, // User Cleanup NULL, // SYSTEM PRIVATE - DO NOT MODIFY NULL, // RESERVED NULL, // RESERVED NULL, // RESERVED NULL // RESERVED }; return( _tmstartserver( argc, argv, &tmsvrargs ));}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -