heptagon/examples/extern_C/mathext.h
2010-07-27 11:12:33 +02:00

8 lines
105 B
C

#ifdef MATHEXT_H
#define MATHEXT_H
struct mycos_out {
float o;
};
void mycos(float a, mycos_out *o);