7 lines
87 B
C
7 lines
87 B
C
|
|
#ifndef _COM_GNUPLOT_H
|
||
|
|
#define _COM_GNUPLOT_H
|
||
|
|
|
||
|
|
void com_gnuplot(wordlist *wl);
|
||
|
|
|
||
|
|
#endif
|