#include #include #include "helpers.h" int main(int argc, char **argv) { long int index = -1; char * p = (char *) malloc(10 KB); printf("PID = %d\n",getpid()); while(1){ printf("Ecrire à l'index : "); scanf("%ld",&index); p[index] = 1; } }