Update to 2.0.0 tree from current Fremantle build
[opencv] / apps / Hawk / CVEiCL / EiC / module / stdClib / src / README
diff --git a/apps/Hawk/CVEiCL/EiC/module/stdClib/src/README b/apps/Hawk/CVEiCL/EiC/module/stdClib/src/README
deleted file mode 100644 (file)
index 15a9a31..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-        The main files are:\r
-\r
-stdClib.c          inserts the various routines into EiC's\r
-                     symbol table\r
-\r
-stdClib2eic.h      prototype for the interface routines\r
-\r
-stdlib.c            interface routines.\r
-\r
-Information on writing interface routines can be found in\r
-  EiC/doc/tech_doc/builtin.doc.\r
-\r
-Also, all the standard header files in this directory are used to\r
-prototype the routines called by the interface functions and are\r
-included into EiC at runtime; for example:\r
-\r
-\r
-        EiC 1> #include <math.h>\r
-\r
-The platform directories essentially just hold  system\r
-header files for each platform.\r
-\r
-        Auxillary files:\r
-\r
-ctypes.c      EiC's routines needed to support <ctype.h>\r
-\r
-strrev.c\r
-strround.c\r
-eicfftoa.c\r
-itoa.c        These files are all used  by the stdio\r
-              _eicUprintf, _Uprintf  etc.\r
-\r
-fopen.c     routines interfaced from stdlib.c, which can\r
-            also be called from builtin functions\r
-\r
-printf.c\r
-scanf.c      printf support for builtin functions\r
-            and the EiC interpreter.\r
-\r
\ No newline at end of file