Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. #include <stdio.h>
  2. #include <string.h>
  3. #include <stdlib.h>
  4. #include <time.h>
  5. #include <sys/dirent.h>
  6. #include <sys/ksys.h>
  7.  
  8. #include <math.h>
  9.  
  10. #include <setjmp.h>
  11.  
  12. ksys_coff_etable_t EXPORTS[] = {
  13. {"clearerr", &clearerr},
  14. {"debug_printf", &debug_printf},
  15. {"fclose", &fclose},
  16. {"feof", &feof},
  17. {"ferror", &ferror},
  18. {"fflush", &fflush},
  19. {"fgetc", &fgetc},
  20. {"fgetpos", &fgetpos},
  21. {"fgets", &fgets},
  22. {"fopen", &fopen},
  23. {"fprintf", &fprintf},
  24. {"fputc", &fputc},
  25. {"fputs", &fputs},
  26. {"fread", &fread},
  27. {"freopen", &freopen},
  28. {"fscanf", &fscanf},
  29. {"fseek", &fseek},
  30. {"fsetpos", &fsetpos},
  31. {"ftell", &ftell},
  32. {"fwrite", &fwrite},
  33. {"getchar", &getchar},
  34. {"gets", &gets},
  35. {"perror", &perror},
  36. {"printf", &printf},
  37. {"puts", &puts},
  38. {"remove", &remove},
  39. {"rename", &rename},
  40. {"rewind", &rewind},
  41. {"scanf", &scanf},
  42. {"setbuf", &setbuf},
  43. {"setvbuf", &setvbuf},
  44. {"snprintf", &snprintf},
  45. {"sprintf", &sprintf},
  46. {"sscanf", &sscanf},
  47. {"tmpfile", &tmpfile},
  48. {"tmpnam", &tmpnam},
  49. {"vfscanf", &vfscanf},
  50. {"vprintf", &vprintf},
  51. {"vfscanf", &vfscanf},
  52. {"vsnprintf", &vsnprintf},
  53. {"vsscanf", &vsscanf},
  54. {"abs", &abs},
  55. {"atoi", &atoi},
  56. {"atol", &atol},
  57. {"atoll", &atoll},
  58. {"calloc", &calloc},
  59. {"difftime", &difftime},
  60. {"div", &div},
  61. {"exit", &exit},
  62. {"free", &free},
  63. {"itoa", &itoa},
  64. {"labs", &labs},
  65. {"ldiv", &ldiv},
  66. {"llabs", &llabs},
  67. {"lldiv", &lldiv},
  68. {"localtime", &localtime},
  69. {"malloc", &malloc},
  70. {"mktime", &mktime},
  71. {"realloc", &realloc},
  72. {"strtol", &strtol},
  73. {"time", &time},
  74. {"memcpy", &memcpy},
  75. {"memchr", &memchr},
  76. {"memcmp", &memcmp},
  77. {"memmove", &memmove},
  78. {"memset", &memset},
  79. {"strncat", &strncat},
  80. {"strchr", &strchr},
  81. {"strcmp", &strcmp},
  82. {"strcoll", &strcoll},
  83. {"strcpy", &strcpy},
  84. {"strcspn", &strcspn},
  85. {"strdup", &strdup},
  86. {"strerror", &strerror},
  87. {"strlen", &strlen},
  88. {"strncat", &strncat},
  89. {"strncmp", &strncmp},
  90. {"strncpy", &strncpy},
  91. {"strrchr", &strrchr},
  92. {"strrev", &strrev},
  93. {"strspn", &strspn},
  94. {"strstr", &strstr},
  95. {"strtok", &strtok},
  96. {"strxfrm", &strxfrm},
  97. {"closedir", &closedir},
  98. {"opendir", &opendir},
  99. {"readdir", &readdir},
  100. {"rewinddir", &rewinddir},
  101. {"seekdir", &seekdir},
  102. {"telldir", &telldir},
  103. {"acosh", &acosh},
  104. {"asinh", &asinh},
  105. {"atanh", &atanh},
  106. {"acosh", &acosh},
  107. {"frexp", &frexp},
  108. {"hypot", &hypot},
  109. {"ldexp", &ldexp},
  110. {"sinh", &sinh},
  111. {"tanh", &tanh},
  112. {"acos", &acos},
  113. {"asin", &asin},
  114. {"atan", &atan},
  115. {"atan2", &atan2},
  116. {"ceil", &ceil},
  117. {"cos", &cos},
  118. {"exp", &exp},
  119. {"fabs", &fabs},
  120. {"floor", &floor},
  121. {"fmod", &fmod},
  122. {"log", &log},
  123. {"modf", &modf},
  124. {"modfl", &modfl},
  125. {"pow", &pow},
  126. {"pow2", &pow2},
  127. {"pow10", &pow10},
  128. {"longjmp", &longjmp},
  129. {"setjmp", &setjmp},
  130. {"__is", &__is},
  131. {"con_set_title", &con_set_title},
  132. NULL,
  133. };