Rev 2 | Blame | Compare with Previous | Last modification | View Log | RSS feed
#include "mplot.h"
void cfill(char *s){
int k=bcolor(s);
if(k>=0) e1->backgr=k;
}