On Wed, May 12, 2004 at 03:18:44PM +0200, Tomas Pospisek wrote: > ----------- system 1 --------------- > $ cat kak.c > #include <stdlib.h> > > unsigned short seed[3] = {0x7d1b, 0xa934, 0xbf10}; > > int main(int argc, char** argv) > { > seed48(seed); > } > $ gcc kak.c > $ ./a.out > $ echo $? > 78
What are you trying to demonstrate? Main doesn't return anything, try -Wall. -- Daniel Jacobowitz