mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
12 lines
335 B
C
12 lines
335 B
C
|
|
#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;
|
|
}
|