memset is declared in string.h

This commit is contained in:
hjp 2007-03-08 20:25:15 +00:00
parent 7949fda3ba
commit 0150503c41
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
int main(void) {
size_t s = 0x100000;
size_t sum = 0;