mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-08 09:36:02 -05:00
14 lines
194 B
C
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_ */
|