genericopenlibs/cstdlib/UCRT/WCRT0.CPP
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
equal deleted inserted replaced
56:acd3cd4aaceb 57:2efc27d87e1c
    22 #include <estlib.h>
    22 #include <estlib.h>
    23 #include <estw32.h>
    23 #include <estw32.h>
    24 #include <stdlib.h>
    24 #include <stdlib.h>
    25 
    25 
    26 extern "C" int main (int argc, char *argv[], char *envp[]);
    26 extern "C" int main (int argc, char *argv[], char *envp[]);
       
    27 
       
    28 extern "C" void exit (int ret);
    27 
    29 
    28 #ifndef EKA2
    30 #ifndef EKA2
    29 IMPORT_C void RegisterWsExe(const TDesC &aName);
    31 IMPORT_C void RegisterWsExe(const TDesC &aName);
    30 #endif
    32 #endif
    31 
    33