plan9port

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

pen.c (101B)


      1 #include "mplot.h"
      2 void pen(char *s){
      3 	/* BUG: NO OP */
      4 	USED(s);
      5 	/* was this error:	color(s); */
      6 }