This commit is contained in:
nyym 2023-06-26 18:21:23 +08:00
parent b876e453b7
commit cdb0f61d7a
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
#include <stdio.h>
#include <string.h>
#include <transform.h>
#ifdef ADD_XIZI_FETURES
void TestHash(void)
{
printf("Hello World!\n");
return;
}
PRIV_SHELL_CMD_FUNCTION(TestHash, a test sample, PRIV_SHELL_CMD_MAIN_ATTR);
#endif