1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-18 19:06:34 -04:00
sdrangel/dsd/dsd_comp.h

14 lines
194 B
C

/*
* dsd_comp.h
*
* Created on: Apr 8, 2016
* Author: f4exb
*/
#ifndef DSD_DSD_COMP_H_
#define DSD_DSD_COMP_H_
int comp(const void *a, const void *b);
#endif /* DSD_DSD_COMP_H_ */