Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    #include <stdlib.h>
    ...
       free(first);
       return 0;
    }
    
  2. or download this
    $ gcc -Wall -Wextra -pedantic -std=c99 a.c -o a && a
    a.c: In function ‘main’:
    ...
        printf("%02X\n", first);
        ^
    1E25970