mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 19:43:32 +00:00
6a5717a48f
- Make memmem() faster - Make readdir() thread safe - Remove 64kb limit from mkdeps.com - Add old crypt() function from Musl - Improve new fix-third-party.py tool - Improve libc/isystem/ headers and fix bugs
5 lines
121 B
C
5 lines
121 B
C
#ifndef LIBC_ISYSTEM_FLOAT_H_
|
|
#define LIBC_ISYSTEM_FLOAT_H_
|
|
#include "libc/math.h"
|
|
#include "libc/runtime/fenv.h"
|
|
#endif
|