2 Star 9 Fork 6

yyy / cfrp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
server.c 137 Bytes
一键复制 编辑 原始数据 按行查看 历史
yyy 提交于 2020-12-02 13:12 . 添加命令参数解析器
#include "cfrp.h"
#include "config.h"
int main(){
cfrp *frp = make_cfrp(server_mapping, SERVER);
cfrp_run(frp);
return 0;
}
C
1
https://gitee.com/editso/cfrp.git
git@gitee.com:editso/cfrp.git
editso
cfrp
cfrp
master

搜索帮助