Go to the source code of this file.
Functions | |
| void * | memset (void *s, int c, int n) |
| Place a character into first n characters. | |
Definition in file memset.c.
| void* memset | ( | void * | s, | |
| int | c, | |||
| int | n | |||
| ) |
Place a character into first n characters.
| s | memory to place character into | |
| c | character to place | |
| n | number of times to place character |
Definition at line 16 of file memset.c.
Referenced by test_libString().

1.5.6