mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-17 00:19:54 +02:00
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 */
|