1 /*
2  * reimplementation of Daniel Bernstein's unix library.
3  * placed in the public domain by Uwe Ohse, uwe@ohse.de.
4  */
5 #ifndef COE_H
6 #define COE_H
7 
8 int coe(int fd);
9 
10 #endif
11