math: move x86_64 exp2l implementation to exp2l.s from expl.s
[musl] / src / ctype / toascii.c
1 #include <ctype.h>
2
3 /* nonsense function that should NEVER be used! */
4 int toascii(int c)
5 {
6         return c & 0x7f;
7 }