Refactored a new mem_replace() function.

committer: mfx <mfx> 1138984802 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2006-02-03 16:40:02 +00:00
parent 899e7d2f39
commit fbb60f5191
3 changed files with 24 additions and 15 deletions
+2
View File
@@ -58,6 +58,8 @@ int find_le16(const void *b, int blen, unsigned what);
int find_le32(const void *b, int blen, unsigned what);
int find_le64(const void *b, int blen, acc_uint64l_t what);
int mem_replace(void *b, int blen, const void *what, int wlen, const void *r);
#if (ACC_CC_BORLANDC && (__BORLANDC__ < 0x0530))
#elif (ACC_CC_DMC && (__DMC__ < 0x830))