7 lines
68 B
C
7 lines
68 B
C
#ifndef _ESP_H
|
|
#define _ESP_H
|
|
|
|
void esp(void);
|
|
|
|
#endif /* _ESP_H */
|