Código
#include <stdio.h> #include <stdlib.h> int main() { int mientero; mientero=5; return 0; }
Consola:
pepe@pepe-netbook:~$ gcc punt1.c -o punt1
punt1.c: In function ‘main’:
punt1.c:8: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘int *’
EI: juntando mensajes.
compilo en el dev-c++ en windows y anda perfecto!