📄 gen_jfsrv.c
字号:
// gen_jfsrv.c was generated by BuildTuxedo on 10/25/05 @ 13:41:29 ***** DO NOT EDIT *****#include <tmenv.h>#include <xa.h>#include <atmi.h>#include "gen_jfsrv.h"#if defined(__cplusplus)extern "C" {#endifextern void CORL_CC _((TPSVCINFO *));#if defined(__cplusplus)}#endifstatic struct tmdsptchtbl_t _tmdsptchtbl[] = { { "CORL_CC", "CORL_CC", (void (*) _((TPSVCINFO *))) CORL_CC, 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 gen_jfsrv.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 + -