colorchord/colorchord2/util.h

15 lines
404 B
C
Raw Permalink Normal View History

2015-07-29 07:56:18 +02:00
//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.
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