ProductionCode2.c 335 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11

#include "ProductionCode2.h"

char* ThisFunctionHasNotBeenTested(int Poor, char* LittleFunction)
{
  (void)Poor;
  (void)LittleFunction;
  /* Since There Are No Tests Yet, This Function Could Be Empty For All We Know.
   * Which isn't terribly useful... but at least we put in a TEST_IGNORE so we won't forget */
  return (char*)0;
}