1 /* Public domain. */
2 
3 #ifndef COE_H
4 #define COE_H
5 
6 extern int coe(int);
7 
8 #endif
9