previous | start | next

myunistd.h

File: myunistd.h
#ifndef MYUNISTD_H
#define MYUNISTD_H
#include <lib.h>

int mygetpid();
int mygetppid();
#endif



previous | start | next