plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

README (499B)


      1 Miscellaneous programs - all are unsupported.
      2 
      3   ibmfont.c	IBM PC to Unix font conversion program
      4   laserbar.[c1]	Barcode filter and man page - Jan Wolitzky
      5   lp.model	Sample lp interface (not for Unix 4.0) - Maryann Csaszar
      6   macfont.c	Macintosh to Unix font conversion program
      7   pscrypt.c	Quick implementation of Adobe's encryption/decryption algorithm
      8   setbaud.ps	Example of how to change the printer's baudrate
      9 
     10 Use make to compile C programs. For example,
     11 
     12 	make macfont
     13 
     14 compiles macfont.c.
     15