mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-02 10:59:15 +00:00
feat(userspace/libc): support for linux target
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@ -287,6 +287,10 @@ typedef long double double_t;
|
||||
double y1(double x);
|
||||
double yn(int n, double x);
|
||||
|
||||
void sincos(double x, double *s, double *c);
|
||||
void sincosf(float x, float *s, float *c);
|
||||
void sincosl(long double x, long double *s, long double *c);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif // __cplusplus
|
||||
|
Reference in New Issue
Block a user