OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testMinus
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/tests/data/src/
expr-ansi.c
9
void
testMinus
(){ printf("%d - %d = %d\n", 10, 4, 10 - 4); }
38
testMinus
();
expr.c
9
testMinus
(){ printf("%d - %d = %d\n", 10, 4, 10 - 4); }
38
testMinus
();
Completed in 863 milliseconds