You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
335 B
12 lines
335 B
6 years ago
|
|
||
|
#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;
|
||
|
}
|