1 2 3 4 5 6 7 8 9 10 11 12
#ifndef NASTDIO_H #define NASTDIO_H struct _fieldent { char *name; short index; }; typedef struct _fieldent fieldent; int io_new(int sock); #endif