runit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

coe.h (80B)


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