ngspice/src/frontend/hcomp.h

8 lines
99 B
C

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