ngspice/src/maths/cmaths/cmath.h

8 lines
156 B
C

#ifndef ngspice_CMATH_H
#define ngspice_CMATH_H
#define alloc_c(len) (TMALLOC(ngcomplex_t, len))
#define alloc_d(len) (TMALLOC(double, len))
#endif