summary refs log tree commit diff
path: root/src/coe.h
blob: b17db54d5a75cfe5563c85391abd39bc1dea6970 (plain) (blame)
1
2
3
4
5
6
7
8
/* Public domain. */

#ifndef COE_H
#define COE_H

extern int coe(int);

#endif