# HPUX: cc -O -Aa -D_POSIX_SOURCE -o poster poster.c -lm
# Note that this program might trigger a stupid bug in the HPUX C library,
# causing the sscanf() call to produce a core dump.
# For proper operation, DON'T give the `+ESlit' option to the HP cc,
# or use gcc WITH the `-fwritable-strings' option.