ProductionCode2.c 335 B

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