6 lines
56 B
C
6 lines
56 B
C
|
#include <unistd.h>
|
||
|
|
||
|
int getgid() {
|
||
|
return getuid();
|
||
|
}
|