1 2 3 4 5 6
extern int isinf(double); extern int isnan(double); extern int flock(int fd, int oper); extern int vsnprintf(); extern int snprintf();