1 Star 0 Fork 0

huskartang / rpm4-17

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
cliutils.h 463 Bytes
一键复制 编辑 原始数据 按行查看 历史
huskartang 提交于 2024-01-10 20:50 . init from orgin rpm-4.17.0
#ifndef _CLIUTIL_H
#define _CLIUTIL_H
/** \file cliutils.h
*
* Misc helpers for RPM CLI tools
*/
#include <stdio.h>
#include <popt.h>
#include <rpm/rpmutil.h>
/* "normalized" exit: avoid overflowing and xargs special value 255 */
#define RETVAL(rc) (((rc) > 254) ? 254 : (rc))
RPM_GNUC_NORETURN
void argerror(const char * desc);
void printUsage(poptContext con, FILE * fp, int flags);
int initPipe(void);
int finishPipe(void);
#endif /* _CLIUTIL_H */
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/huskartang/rpm4-17.git
git@gitee.com:huskartang/rpm4-17.git
huskartang
rpm4-17
rpm4-17
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891