added qse_mbsbasename()/qse_wcsbasename()

This commit is contained in:
2011-05-04 01:48:42 +00:00
parent 12adaea5a3
commit fd0b3f9abd
5 changed files with 72 additions and 33 deletions

View File

@ -37,9 +37,9 @@ static qse_ulong_t g_memlimit = 0;
static qse_mmgr_t xma_mmgr =
{
qse_xma_alloc,
qse_xma_realloc,
qse_xma_free,
(qse_mmgr_alloc_t)qse_xma_alloc,
(qse_mmgr_realloc_t)qse_xma_realloc,
(qse_mmgr_free_t)qse_xma_free,
QSE_NULL
};