rustit/mirror_runit/runit-2.1.2/src/coe.h
2024-03-24 23:51:57 +00:00

8 lines
80 B
C

/* Public domain. */
#ifndef COE_H
#define COE_H
extern int coe(int);
#endif