init ems server code

This commit is contained in:
2024-09-27 15:39:34 +08:00
parent 9d4009aaca
commit 9930e4e58f
1551 changed files with 110216 additions and 102864 deletions

View File

@@ -0,0 +1,23 @@
//////////////////////////////////////////////////
//Title : wxc_malloc.c
//Auhtor : Liu Wei
//Desc : WXC2 Public heap memery management
//Created : 2007-05-01
//Revision :
//
//Revision :
//
//////////////////////////////////////////////////
#include "./include/pub_malloc.h"
/*
void *WxcMalloc ( )
{
return (void*)NULL;
}
void WxcFree ( )
{
}
*/