Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9760 → Rev 9761

/programs/develop/ktcc/trunk/bin/lib/libc.def
119,10 → 119,10
acosh
asinh
atanh
acosh
frexp
hypot
ldexp
cosh
sinh
tanh
acos
131,6 → 131,9
atan2
ceil
cos
sin
tan
sqrt
exp
fabs
floor
/programs/develop/ktcc/trunk/libc.obj/source/libc.c
265,6 → 265,7
{"frexp", &frexp},
{"hypot", &hypot},
{"ldexp", &ldexp},
{"cosh", &cosh},
{"sinh", &sinh},
{"tanh", &tanh},
{"acos", &acos},
275,6 → 276,7
{"cos", &cos},
{"sin", &sin},
{"tan", &tan},
{"sqrt", &sqrt},
{"exp", &exp},
{"fabs", &fabs},
{"floor", &floor},