findme.h

来自「rsync的核心代码库。主要作用是比较二进制文件」· C头文件 代码 · 共 11 行

H
11
字号
/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING   file accompanying popt source distributions, available from    ftp://ftp.redhat.com/pub/code/popt */#ifndef H_FINDME#define H_FINDMEconst char * findProgramPath(const char * argv0);#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?