Hello People,
I am trying to study some C codes, and encountered the following line in one of the header declarations
void new_phase __P((int));
What does __P means?
Thank you.
Jeffrey
Hello People,
I am trying to study some C codes, and encountered the following line in one of the header declarations
void new_phase __P((int));
What does __P means?
Thank you.
Jeffrey