* added QSE_MBLEN_MAX

* added qse_getcclsid() and related functions
* added qse_isblank() and realted code
This commit is contained in:
2011-08-22 23:26:26 +00:00
parent 03dad41aa2
commit 2c4ed8caf9
57 changed files with 985 additions and 448 deletions

View File

@ -260,6 +260,11 @@ void* qse_fma_alloc (
qse_size_t size /**< block size in bytes*/
);
void* qse_fma_calloc (
qse_fma_t* fma,
qse_size_t size
);
/**
* The qse_fma_realloc() function is provided for consistency with other
* generic memory allocator which provides a reallocation function.