comparison src/testdebug.c @ 48:f66078abed38

more fixes for 64 bit format
author carl
date Fri, 18 Jan 2008 15:07:12 -0800
parents c508ee15dfca
children 0f1492b7fe8b
comparison
equal deleted inserted replaced
47:5fb8d997feed 48:f66078abed38
1 #include "define.h"
2
1 #include <stdlib.h> 3 #include <stdlib.h>
2 #include <string.h> 4 #include <string.h>
3 #include "define.h"
4 5
5 #define BUF_SIZE 100000 6 #define BUF_SIZE 100000
6 int main() { 7 int main() {
7 char *x = xmalloc(BUF_SIZE); // 10k 8 char *x = xmalloc(BUF_SIZE); // 10k
8 memset(x, '.', BUF_SIZE-1); 9 memset(x, '.', BUF_SIZE-1);