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