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