Searched refs:numElements (Results 1 – 1 of 1) sorted by relevance
837 void test_insert_at_end(const char* numElements) in test_insert_at_end() argument841 strcat(buff, numElements); in test_insert_at_end()842 int n = atoi(numElements); in test_insert_at_end()851 void test_insert_at_front(const char* numElements) in test_insert_at_front() argument855 strcat(buff, numElements); in test_insert_at_front()856 int n = atoi(numElements); in test_insert_at_front()
Completed in 12 milliseconds