added math::acos, math::asin, math::ceil, math::floor, math::round, math::sinh, math::cosh, math::tanh to awk

This commit is contained in:
2014-06-30 02:30:49 +00:00
parent 6b2f1f8771
commit 0c5d9eee9c
7 changed files with 275 additions and 23 deletions

View File

@ -52,9 +52,7 @@
# define INCL_DOSERRORS
# include <os2.h>
#elif defined(__DOS__)
# if !defined(QSE_ENABLE_STATIC_MODULE)
# include <cwdllfnc.h>
# endif
/* nothing to include */
#else
# include <unistd.h>
# include <ltdl.h>