/*
 * reimplementation of Daniel Bernstein's unix library.
 * placed in the public domain by Uwe Ohse, uwe@ohse.de.
 */
#ifndef COE_H
#define COE_H

int coe(int fd);

#endif


syntax highlighted by Code2HTML, v. 0.9.1