mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-29 16:14:43 +00:00
november cleanup & improvements
This commit is contained in:
12
config/fdset.c
Normal file
12
config/fdset.c
Normal file
@@ -0,0 +1,12 @@
|
||||
#include <stdio.h>
|
||||
#include <sys/select.h>
|
||||
|
||||
int main(int argc, char **argv, char **envp)
|
||||
{
|
||||
fd_set readfds;
|
||||
int sz;
|
||||
|
||||
sz = sizeof(readfds);
|
||||
printf("%i\n",sz);
|
||||
return(0);
|
||||
}
|
||||
Reference in New Issue
Block a user