heptagon/examples/extern_C/mathext.h

9 lines
105 B
C
Raw Normal View History

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