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