9 lines
149 B
C
9 lines
149 B
C
|
#ifndef OPENLIBM_H
|
||
|
#define OPENLIBM_H
|
||
|
|
||
|
#include <openlibm_complex.h>
|
||
|
#include <openlibm_fenv.h>
|
||
|
#include <openlibm_math.h>
|
||
|
|
||
|
#endif /* !OPENLIBM_H */
|