ProductionCode2.c 335 字节
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;
8 9
  /* 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 */
W
Warwick Stone 已提交
10 11
  return (char*)0;
}