FreeCalypso > hg > themwi-system-sw
view rtp-mgr/select.h @ 268:d6630a2d6e80
doc: beginning of numbering plan documentation
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 13 Nov 2023 18:20:57 -0800 |
parents | b79d6334f543 |
children |
line wrap: on
line source
/* extern declarations for select loop global variables */ extern fd_set select_for_read; extern void (*select_handlers[])(); extern void *select_data[];