7 lines
100 B
C
7 lines
100 B
C
|
|
#ifndef _PLOTIT_H
|
||
|
|
#define _PLOTIT_H
|
||
|
|
|
||
|
|
bool plotit(wordlist *wl, char *hcopy, char *devname);
|
||
|
|
|
||
|
|
#endif
|