colorchord/colorchord2/util.h
2015-07-29 01:56:18 -04:00

15 lines
404 B
C

//Copyright (Public Domain) 2015 <>< Charles Lohr, under the NewBSD License.
//This file may be used in whole or part in any way for any purpose by anyone
//without restriction.
#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