Update the changelog
[opencv] / apps / Hawk / CVEiCL / EiC / module / stdClib / src / README
1         The main files are:\r
2 \r
3 stdClib.c          inserts the various routines into EiC's\r
4                      symbol table\r
5 \r
6 stdClib2eic.h      prototype for the interface routines\r
7 \r
8 stdlib.c            interface routines.\r
9 \r
10 Information on writing interface routines can be found in\r
11   EiC/doc/tech_doc/builtin.doc.\r
12 \r
13 Also, all the standard header files in this directory are used to\r
14 prototype the routines called by the interface functions and are\r
15 included into EiC at runtime; for example:\r
16 \r
17 \r
18         EiC 1> #include <math.h>\r
19 \r
20 The platform directories essentially just hold  system\r
21 header files for each platform.\r
22 \r
23         Auxillary files:\r
24 \r
25 ctypes.c      EiC's routines needed to support <ctype.h>\r
26 \r
27 strrev.c\r
28 strround.c\r
29 eicfftoa.c\r
30 itoa.c        These files are all used  by the stdio\r
31               _eicUprintf, _Uprintf  etc.\r
32 \r
33 fopen.c     routines interfaced from stdlib.c, which can\r
34             also be called from builtin functions\r
35 \r
36 printf.c\r
37 scanf.c      printf support for builtin functions\r
38              and the EiC interpreter.\r
39 \r
40