5 lines
64 B
C
5 lines
64 B
C
#include "mplot.h"
|
|
void
|
|
pprompt(void){
|
|
fprintf(stderr, ":");
|
|
}
|
#include "mplot.h"
|
|
void
|
|
pprompt(void){
|
|
fprintf(stderr, ":");
|
|
}
|