X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=apps%2FHawk%2FCVEiCL%2FEiC%2Fmodule%2FstdClib%2Fsrc%2FREADME;fp=apps%2FHawk%2FCVEiCL%2FEiC%2Fmodule%2FstdClib%2Fsrc%2FREADME;h=0000000000000000000000000000000000000000;hb=e4c14cdbdf2fe805e79cd96ded236f57e7b89060;hp=15a9a31c51f6effa445f4086e71866663def7f84;hpb=454138ff8a20f6edb9b65a910101403d8b520643;p=opencv diff --git a/apps/Hawk/CVEiCL/EiC/module/stdClib/src/README b/apps/Hawk/CVEiCL/EiC/module/stdClib/src/README deleted file mode 100644 index 15a9a31..0000000 --- a/apps/Hawk/CVEiCL/EiC/module/stdClib/src/README +++ /dev/null @@ -1,40 +0,0 @@ - The main files are: - -stdClib.c inserts the various routines into EiC's - symbol table - -stdClib2eic.h prototype for the interface routines - -stdlib.c interface routines. - -Information on writing interface routines can be found in - EiC/doc/tech_doc/builtin.doc. - -Also, all the standard header files in this directory are used to -prototype the routines called by the interface functions and are -included into EiC at runtime; for example: - - - EiC 1> #include - -The platform directories essentially just hold system -header files for each platform. - - Auxillary files: - -ctypes.c EiC's routines needed to support - -strrev.c -strround.c -eicfftoa.c -itoa.c These files are all used by the stdio - _eicUprintf, _Uprintf etc. - -fopen.c routines interfaced from stdlib.c, which can - also be called from builtin functions - -printf.c -scanf.c printf support for builtin functions - and the EiC interpreter. - - \ No newline at end of file