1 Star 1 Fork 0

tangtao/latserver

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.c 773 Bytes
一键复制 编辑 原始数据 按行查看 历史
#include "lxz_config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "lxz_types.h"
#include "lxz_debug.h"
#include "lxz_runlog.h"
#include "lxz_sysloger.h"
#include "lxz_ring.h"
#include "lxz_string.h"
#include "lxz_dstring.h"
#include "lxz_atc_req.h"
#include "latserver.h"
#include "lxz_dbg_vmem.h"
#ifdef WIN32
#pragma comment(lib, "ws2_32.lib")
#endif
int main(int argc, char *argv[])
{
int i_ret_val;
uint16 u_work_port = UDT_SVR_WORK_PORT;
lxz_runlog_f_init(NULL);
lxzpcap_sysloger_open(NULL);
lxz_vmem_f_report();
i_ret_val = latos_server_main(u_work_port);
lxz_vmem_f_report();
lxzpcap_sysloger_close();
lxz_runlog_f_reset();
return i_ret_val;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/cyctspace/latserver.git
[email protected]:cyctspace/latserver.git
cyctspace
latserver
latserver
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385