source: libcfa/prelude/extras.regx2 @ 0f5da65

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since 0f5da65 was fb64e86, checked in by Peter A. Buhr <pabuhr@…>, 4 years ago

allow pattern for extra function declarations to span multiple lines

  • Property mode set to 100644
File size: 145 bytes
Line 
1extern void \*malloc[^;]*;
2extern void free[^;]*;
3extern void exit[^;]*;
4extern int atexit[^;]*;
5extern void abort[^;]*;
6extern int printf[^;]*;
Note: See TracBrowser for help on using the repository browser.