volmetrics

view src/sdr.h @ 35:df4a277adb82

port to macosx
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 06 Feb 2015 21:15:23 +0200
parents
children
line source
1 #ifndef SDR_H_
2 #define SDR_H_
4 char *sdr_load(const char *fname);
5 bool sdr_compile(unsigned int sdr);
6 unsigned int sdr_getprog(const char *vfname, const char *ffname);
8 #endif // SDR_H_