android_system_core/libacc/tests/data
Jack Palevich b7c81e9952 Switch to ANSI C style C function declarations.
main(argc, argv) --> int main(int argc, char** argv)

Although we accept int, void, and char types, and pointers to same,
we actually still treat everything as an int.
2009-06-04 19:56:13 -07:00
..
bellard.otccex.c Convert libacc into a shared library. 2009-05-22 12:09:55 -07:00
error.c Improve ACC error reporting. 2009-05-29 13:53:44 -07:00
expr.c Convert libacc into a shared library. 2009-05-22 12:09:55 -07:00
hello.c Convert libacc into a shared library. 2009-05-22 12:09:55 -07:00
missing-main.c Convert libacc into a shared library. 2009-05-22 12:09:55 -07:00
otcc-ansi.c Switch to ANSI C style C function declarations. 2009-06-04 19:56:13 -07:00
otcc-noinclude.c Add support for #pragma foo(bar) 2009-06-04 16:38:35 -07:00
otcc.c Convert libacc into a shared library. 2009-05-22 12:09:55 -07:00
returnval-ansi.c Switch to ANSI C style C function declarations. 2009-06-04 19:56:13 -07:00
returnval.c Add support for #pragma foo(bar) 2009-06-04 16:38:35 -07:00
simplest.c Convert libacc into a shared library. 2009-05-22 12:09:55 -07:00