previous | start | next

mygetpid.h

File: mygetpid.h
#ifndef MYGETPID_H
#define MYGETPID_H
#include <lib.h>

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



previous | start | next