Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

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