fvwm1/fvwm/alpha_header.h
2019-08-26 23:33:33 +01:00

19 lines
514 B
C

/**************************************************************************/
/* If I do ALL this, I can compile OK with -Wall -Wstrict-prototypes on the
* alpha's */
#include <sys/types.h>
#include <sys/time.h>
extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
/* string manipulation */
#ifdef __GNUC__
extern size_t strlen(char *);
#endif
extern int bzero(char *, int);
extern int gethostname (char *, int);
/**************************************************************************/