08/10/2003, 16:07
|
| | Fecha de Ingreso: octubre-2003
Mensajes: 5
Antigüedad: 21 años, 1 mes Puntos: 0 | |
cc prep.c -E -o prep.i
prep.c:6:14: warning: ISO C requires whitespace after the macro name
cc prep.c -o prep
prep.c:6:14: warning: ISO C requires whitespace after the macro name
prep.c: In function `main':
prep.c:13: `a' undeclared (first use in this function)
prep.c:13: (Each undeclared identifier is reported only once
prep.c:13: for each function it appears in.)
prep.c:13: `b' undeclared (first use in this function)
prep.c:13: parse error before '=' token
prep.c:15: parse error before '=' token
de esas dos maneras lo he tratado de compilar |