Uh oh ...
$ gcc test.c /tmp/ccRo8s4x.o: nella funzione "main": test.c:(.text+0x5): riferimento non definito a "zero" collect2: error: ld returned 1 exit status
On 02/04/2016 20:40, John Darrington wrote:
#include <stddef.h>
#include <stdio.h>
#include <time.h>
#include <wchar.h>
extern int zero (void);
int
main ()
{
return zero();
}
_______________________________________________ pspp-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/pspp-dev
