Welcome to mirror list, hosted at ThFree Co, Russian Federation.

getuid.c « go32 « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4ce9a46c1b6b5594192067d9d50d83c00833e4fd (plain)
1
2
3
4
5
6
7
8
9

#include <sys/types.h>

getuid()
{
  
  return 10;
  
}