comparison lib-src/ntlib.h @ 15674:772d00a51db0

Correct return type of getwd.
author Karl Heuer <kwzh@gnu.org>
date Mon, 15 Jul 1996 19:57:11 +0000
parents 4d638e5a9e7d
children 80562f089595
comparison
equal deleted inserted replaced
15673:b4ce59b6a6a7 15674:772d00a51db0
21 21
22 #include <pwd.h> 22 #include <pwd.h>
23 #include <malloc.h> 23 #include <malloc.h>
24 24
25 void sleep(int seconds); 25 void sleep(int seconds);
26 int getwd (char *dir); 26 char *getwd (char *dir);
27 int getppid(void); 27 int getppid(void);
28 char * getlogin (); 28 char * getlogin ();
29 char * cuserid (char * s); 29 char * cuserid (char * s);
30 int getuid (); 30 int getuid ();
31 int setuid (int uid); 31 int setuid (int uid);