Changeset 2434
- Timestamp:
- Nov 13, 2005, 4:46:02 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/libsocket/socketpair.c
r2433 r2434 43 43 * @param flags Protocol type. 0 only. 44 44 * @param osfd Pointer to an array of two ints. 45 * The resulting socket pair is put in two to ints upon 46 * a successful return. 45 * The resulting socket pair is put into the array upon successful return. 47 46 */ 48 47 int TCPCALL socketpair(int af, int type, int flags, int *osfd)
Note:
See TracChangeset
for help on using the changeset viewer.