OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testPlus
(Results
1 - 2
of
2
) sorted by null
/system/core/libacc/tests/data/
expr-ansi.c
8
void
testPlus
(){ printf("%d + %d = %d\n", 10, 4, 10 + 4); }
37
testPlus
();
expr.c
8
testPlus
(){ printf("%d + %d = %d\n", 10, 4, 10 + 4); }
37
testPlus
();
Completed in 910 milliseconds