plan9port

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

color.c (65B)


      1 #include "mplot.h"
      2 void color(char *s){
      3 	e1->foregr=bcolor(s);
      4 }