4 Star 10 Fork 7

liudengfeng/xfrpc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
commandline.h 580 Bytes
一键复制 编辑 原始数据 按行查看 历史
// SPDX-License-Identifier: GPL-3.0-only
/*
* Copyright (c) 2023 Dengfeng Liu <liudf0716@gmail.com>
*/
#ifndef XFRPC_COMMANDLINE_H
#define XFRPC_COMMANDLINE_H
/**
* @brief Parses command line arguments and configures the application
* @param argc Number of command line arguments
* @param argv Array of command line argument strings
*/
void parse_commandline(int argc, char **argv);
/**
* @brief Gets the current daemon status
* @return Returns the daemon status (1 if running as daemon, 0 otherwise)
*/
int get_daemon_status(void);
#endif /* XFRPC_COMMANDLINE_H */
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/apfree/xfrpc.git
git@gitee.com:apfree/xfrpc.git
apfree
xfrpc
xfrpc
master

搜索帮助