written more ursd code

This commit is contained in:
2014-08-27 17:39:31 +00:00
parent 4195be2c84
commit f27f5a650e
4 changed files with 418 additions and 180 deletions

View File

@ -94,7 +94,7 @@ QSE_EXPORT void* qse_memmove (
QSE_EXPORT void* qse_memset (
void* dst, /**< destination memory block */
int val, /**< value fill the memory block with */
qse_size_t n /**< number of bytes to fill */
qse_size_t n /**< number of bytes to fill */
);
/**