author | Cheng Wang <chennngwang@gmail.com> | |
Thu, 3 Dec 2020 12:17:24 +0000 (20:17 +0800) | ||
committer | Cheng Wang <chennngwang@gmail.com> | |
Fri, 11 Dec 2020 01:25:20 +0000 (09:25 +0800) | ||
commit | 1fd32dcb294e16781fcfcf1a468180d00cf1e3ca | |
tree | 4e430b88e6df710581974f17a84b7cd3f09eeaf3 | tree | snapshot |
parent | e52881a2870234f0dad6e338a0f084eddeaa9356 | commit | diff |
libc/config/linux/aarch64/entrypoints.txt | diff | blob | history | |
libc/config/linux/x86_64/entrypoints.txt | diff | blob | history | |
libc/spec/spec.td | diff | blob | history | |
libc/spec/stdc.td | diff | blob | history | |
libc/src/stdlib/CMakeLists.txt | diff | blob | history | |
libc/src/stdlib/abs.cpp | [new file with mode: 0644] | blob |
libc/src/stdlib/abs.h | [new file with mode: 0644] | blob |
libc/src/stdlib/abs_utils.h | [new file with mode: 0644] | blob |
libc/src/stdlib/labs.cpp | [new file with mode: 0644] | blob |
libc/src/stdlib/labs.h | [new file with mode: 0644] | blob |
libc/src/stdlib/llabs.cpp | [new file with mode: 0644] | blob |
libc/src/stdlib/llabs.h | [new file with mode: 0644] | blob |
libc/test/src/stdlib/CMakeLists.txt | diff | blob | history | |
libc/test/src/stdlib/abs_test.cpp | [new file with mode: 0644] | blob |
libc/test/src/stdlib/labs_test.cpp | [new file with mode: 0644] | blob |
libc/test/src/stdlib/llabs_test.cpp | [new file with mode: 0644] | blob |