ProductionCode2.c 331 字节
Newer Older
W
Warwick Stone 已提交
1 2 3 4 5

#include "ProductionCode2.h"

char* ThisFunctionHasNotBeenTested(int Poor, char* LittleFunction)
{
6 7
  (void)Poor;
  (void)LittleFunction;
W
Warwick Stone 已提交
8 9 10 11
  //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;
}