FreeCalypso > hg > themwi-system-sw
view mgw/select.h @ 38:020ba624bdd8
mgw source: #include <stdlib.h> in files using tmgw_ctrl.h
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 10 Jul 2022 00:36:31 -0800 |
parents | b3f74df7b808 |
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[];