|
|
|
@ -84,7 +84,7 @@ foo = peek_bubulle(bublist, &bubulle, in);
@@ -84,7 +84,7 @@ foo = peek_bubulle(bublist, &bubulle, in);
|
|
|
|
|
fprintf(stderr, "peek 1 -> %7d\n", foo); |
|
|
|
|
|
|
|
|
|
foo = niceprint_bubulle(&bubulle, 0); |
|
|
|
|
fprintf(stderr, "niceprint -> %7d\n", foo); |
|
|
|
|
if (foo) fprintf(stderr, "niceprint -> %d\n", foo); |
|
|
|
|
|
|
|
|
|
foo = peek_bubulle(bublist, &bubulle, out); |
|
|
|
|
fprintf(stderr, "peek 2 -> %7d\n", foo); |
|
|
|
@ -97,7 +97,7 @@ foo = peek_bubulle(bublist, &bubulle, in);
@@ -97,7 +97,7 @@ foo = peek_bubulle(bublist, &bubulle, in);
|
|
|
|
|
fprintf(stderr, "peek 3 -> %7d\n", foo); |
|
|
|
|
|
|
|
|
|
foo = niceprint_bubulle(&bubulle, 0); |
|
|
|
|
fprintf(stderr, "niceprint -> %7d\n", foo); |
|
|
|
|
if (foo) fprintf(stderr, "niceprint -> %d\n", foo); |
|
|
|
|
|
|
|
|
|
free_bubulles(bublist, 0); |
|
|
|
|
|
|
|
|
|