amath
1.8.5
Simple command line calculator
|
Fill block of memory with a constant value. More...
#include "amathc.h"
Go to the source code of this file.
Typedefs | |
typedef uintptr_t | mem_ptr |
Functions | |
void | MemSet (void *dst0, int c0, unsigned int length) |
Fill block of memory with a constant value. More... | |
Fill block of memory with a constant value.
Code originate from FreeBSD base, revision 229286.
The original source code can be obtained from: https://svnweb.freebsd.org/base/head/lib/libc/string/memset.c?revision=229286
Definition in file memset.c.