10 lines
57 B
C
10 lines
57 B
C
|
|
||
|
#include <sys/types.h>
|
||
|
|
||
|
getgid()
|
||
|
{
|
||
|
|
||
|
return 20;
|
||
|
|
||
|
}
|