rustit/mirror_runit/runit-2.1.2/src/coe.h

9 lines
80 B
C
Raw Normal View History

2024-03-25 00:51:57 +01:00
/* Public domain. */
#ifndef COE_H
#define COE_H
extern int coe(int);
#endif