7 lines
80 B
C
7 lines
80 B
C
|
#ifndef PLASMA_H_
|
||
|
#define PLASMA_H_
|
||
|
|
||
|
void plasma(void);
|
||
|
|
||
|
#endif /* PLASMA_H_ */
|