7 lines
95 B
C
7 lines
95 B
C
#ifndef _BITS_GETPROCID_H
|
|
#define _BITS_GETPROCID_H
|
|
|
|
#define ID_PID 0
|
|
#define ID_PPID 1
|
|
|
|
#endif |