mirror of
https://github.com/devkitPro/wut.git
synced 2026-03-22 09:54:45 -05:00
6 lines
66 B
C
6 lines
66 B
C
#pragma once
|
|
|
|
#define FD_SETSIZE 32
|
|
|
|
#include_next <sys/select.h>
|