LibC: add math.h with floorl
This commit is contained in:
9
libc/include/math.h
Normal file
9
libc/include/math.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
long double floorl(long double);
|
||||
|
||||
__END_DECLS
|
||||
Reference in New Issue
Block a user