#ifndef NDELAY_H
#define NDELAY_H

extern int ndelay_on(int);
extern int ndelay_off(int);

#endif


syntax highlighted by Code2HTML, v. 0.9.1