문제

I want to add some items to var[] in keyword.c file (in freeBSD), but I don't know format of each member! can anybody help me?

example in: "{"tt", "TT ", NULL, 0, tname, 0, CHAR, NULL, 0}" what's the meaning of each one?

도움이 되었습니까?

해결책

It seems you're looking at the code for ps(1). The fields are described in the var struct definition in /usr/src/bin/ps/ps.h.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top