Files
2010-07-27 16:58:17 +00:00

8 lines
100 B
C

#include <unistd.h>
#include <proto/exec.h>
pid_t getpid(void)
{
return (pid_t)FindTask(NULL);
}