user: implement mlibc as the libc, finally.
It's finally done.. Signed-off-by: kaguya <vpshinomiya@protonmail.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include <complex.h>
|
||||
|
||||
long double cimagl(long double complex z) {
|
||||
return __imag__(z);
|
||||
}
|
||||
|
||||
long double creall(long double complex z) {
|
||||
return __real__(z);
|
||||
}
|
||||
Reference in New Issue
Block a user