Skip to content
Snippets Groups Projects
Commit 38528584 authored by chafiol's avatar chafiol
Browse files

WIP:mremap_chunk()

parent e8c6c606
Branches
No related merge requests found
...@@ -32,7 +32,9 @@ int readToTab(long* tab, char* file){ ...@@ -32,7 +32,9 @@ int readToTab(long* tab, char* file){
long t = atol(tmp); long t = atol(tmp);
tab[n] = t; tab[n] = t;
//printf("char:%c long:%d n:%d j:%d nb_size:%d, size:%d\n",temp,tab[j], n,j,nb_size, sizet); //printf("char:%c long:%d n:%d j:%d nb_size:%d, size:%d\n",temp,tab[j], n,j,nb_size, sizet);
printf("Old:%s\n", tmp);
memset(tmp, 0, sizet*nb_size); memset(tmp, 0, sizet*nb_size);
printf("New:%s\n", tmp);
x=0; x=0;
n++; n++;
} }
......
No preview for this file type
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment