Searched refs:numElements (Results 1 – 1 of 1) sorted by relevance
636 void test_insert_at_end(const char* numElements) in test_insert_at_end() argument640 strcat(buff, numElements); in test_insert_at_end()641 int n = atoi(numElements); in test_insert_at_end()650 void test_insert_at_front(const char* numElements) in test_insert_at_front() argument654 strcat(buff, numElements); in test_insert_at_front()655 int n = atoi(numElements); in test_insert_at_front()
Completed in 16 milliseconds