1 2#include "ProductionCode2.h" 3 4char* ThisFunctionHasNotBeenTested(int Poor, char* LittleFunction) 5{ 6 (void)Poor; 7 (void)LittleFunction; 8 /* Since There Are No Tests Yet, This Function Could Be Empty For All We Know. 9 * Which isn't terribly useful... but at least we put in a TEST_IGNORE so we won't forget */ 10 return (char*)0; 11} 12