Where Online Learning is simpler!
The C and C++ Include Header Files
/usr/include/ntirpc/getpeereid.h
$ cat -n /usr/include/ntirpc/getpeereid.h 1 /*------------------------------------------------------------------------- 2 * 3 * getpeereid.c 4 * get peer userid for UNIX-domain socket connection 5 * 6 * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group 7 * 8 * 9 * IDENTIFICATION 10 * src/port/getpeereid.c 11 * 12 *------------------------------------------------------------------------- 13 */ 14 15 #ifndef GETPEERID_H 16 #define GETPEERID_H 17 18 int getpeereid(int s, uid_t *euid, gid_t *egid); 19 20 #endif /* GETPEERID_H */
Contact us
|
About us
|
Term of use
|
Copyright © 2000-2025 MyWebUniversity.com ™