ucspi-ssl  0.12.7
ucspi-ssl
coe.h
Go to the documentation of this file.
1 /* Public domain. */
2 
3 #ifndef COE_H
4 #define COE_H
5 
6 extern int coe(int);
7 
8 #endif
int coe(int)
Definition: coe.c:6