salut

je n'arrive pas à comprendre pourquoi ce code ne marche pas :

main()
{
void *p=malloc(4);*p=0x589859;
printf("%x \n",*p);
}