Ignore:
Timestamp:
May 30, 2011 6:00:26 PM (2 years ago)
Author:
laurent@…
Branch:
default
Message:

add missing std function to wcecompat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wcecompat/include/stdlib.h

    r42 r219  
    7171 
    7272// Conversion function prototypes 
     73_CRTIMP int __cdecl abs(int); 
     74_CRTIMP long __cdecl labs(long); 
    7375_CRTIMP double __cdecl strtod(const char *, char **); 
    7476_CRTIMP long   __cdecl strtol(const char *, char **, int); 
Note: See TracChangeset for help on using the changeset viewer.