Speicherspeicher für 1 MB Textdatei in C zuweisen

    char *one_MB_file = (char*) malloc(sizeof(char));
Flyhouse_Squarewheel