source:
vendor/emx/0.9d-fix04/src/libsocket/recv.c
| Last change on this file was 18, checked in by , 23 years ago | |
|---|---|
|
|
| File size: 202 bytes | |
| Line | |
|---|---|
| 1 | /* recv.c (emx+gcc) -- Copyright (c) 1994-1996 by Eberhard Mattes */ |
| 2 | |
| 3 | #include <emx/syscalls.h> |
| 4 | |
| 5 | int recv (int handle, void *buf, int len, unsigned flags) |
| 6 | { |
| 7 | return __recv (handle, buf, len, flags); |
| 8 | } |
Note:
See TracBrowser
for help on using the repository browser.
