Durante l'utilizzo gcc, il codice: register a = 3;
static b = 3;
è ammesso durante l'utilizzo dei -std=c89 -pedantic-errors bandiere, anche se v'è un avvertimento. Tuttavia riceve un errore con i f
Perchè questo qui di seguito programma non gettare un errore: dfljshfksdhfl;
#include <stdio.h>
int main() {
return 0;
}
gcc sarebbe solo lanciare un avvertimento: test.c:1:1: warning: data