android_system_core/libacc/tests
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
..
data Switch to ANSI C style C function declarations. 2009-06-04 19:56:13 -07:00
.gitignore Convert libacc into a shared library. 2009-05-22 12:09:55 -07:00
Android.mk Convert libacc into a shared library. 2009-05-22 12:09:55 -07:00
main.cpp Switch to ANSI C style C function declarations. 2009-06-04 19:56:13 -07:00
testarm Switch to ANSI C style C function declarations. 2009-06-04 19:56:13 -07:00
testlocal Switch to ANSI C style C function declarations. 2009-06-04 19:56:13 -07:00