|
SDL
2.0
|
#include "../../SDL_internal.h"#include "SDL_assert.h"#include "SDL_poll.h"#include <sys/time.h>#include <sys/types.h>#include <unistd.h>#include <errno.h>
Include dependency graph for SDL_poll.c:Go to the source code of this file.
Functions | |
| int | SDL_IOReady (int fd, SDL_bool forWrite, int timeoutMS) |
| int SDL_IOReady | ( | int | fd, |
| SDL_bool | forWrite, | ||
| int | timeoutMS | ||
| ) |
Definition at line 38 of file SDL_poll.c.
References NULL, and SDL_assert.