mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05:00
6 lines
121 B
C
6 lines
121 B
C
#ifndef _complex_h
|
|
#define _complex_h
|
|
#define __ATT_complex__
|
|
#include <Complex.h>
|
|
typedef class Complex complex;
|
|
#endif
|