source: src/libcfa/extras.regx@ 9498fe2d

memory
Last change on this file since 9498fe2d was 6e4b913, checked in by Peter A. Buhr <pabuhr@…>, 9 years ago

allow 32-bit compilation of cfa-cpp, and 32-bit compilation of CFA programs (including CFA libraries)

  • Property mode set to 100644
File size: 179 bytes
Line 
1typedef.* size_t;
2typedef.* ptrdiff_t;
3extern.* abort\(.*\).*
4extern.* atexit\(.*\).*
5extern.* exit\(.*\).*
6extern.* free\(.*\).*
7extern.*\*malloc\(.*\).*
8extern.* printf\(.*\).*
Note: See TracBrowser for help on using the repository browser.