# include ”ourhdr.h”
int
main(void)
{
printf(“hello world from process IF %d\n”, getpid( ) );
exit (0);
}
# include ”ourhdr.h”
int
main(void)
{
printf(“hello world from process IF %d\n”, getpid( ) );
exit (0);
}
No comments:
Post a Comment