colorchord/util.h

11 lines
225 B
C
Raw Normal View History

2015-01-07 04:51:39 +01:00
#ifndef _UTIL_H
#define _UTIL_H
float fabsloop( float a, float b, float modl );
float avgloop( float pta, float ampa, float ptb, float ampb, float modl );
int atoi_del( char * data );
float atof_del( char * data );
#endif