ngspice/src/frontend/hcomp.h

8 lines
85 B
C

#ifndef _HCOMP_H
#define _HCOMP_H
int hcomp(const void *a, const void *b);
#endif