C 中 运行 "parsefmt" 的头文件?

Header Files for Running "parsefmt" in C?

最近我发现了“ps”Linux 命令的代码,它利用“parsefmt”函数获取 PID、tty 和路径等信息。但是,我不知道如何使用该功能;我已经包含了实际 ps.c 文件 (https://opensource.apple.com/source/adv_cmds/adv_cmds-158/ps/ps.c.auto.html) 中的所有头函数,但我仍然收到错误消息:

implicit declaration of function 'parsefmt' is invalid in C99

如果有人能指导我如何使用此功能,将不胜感激。

定义在keyword.c in the same directory and the prototype is in extern.h