8 lines
85 B
C
8 lines
85 B
C
|
|
#ifndef _HCOMP_H
|
||
|
|
#define _HCOMP_H
|
||
|
|
|
||
|
|
|
||
|
|
int hcomp(const void *a, const void *b);
|
||
|
|
|
||
|
|
#endif
|