7 lines
118 B
C
7 lines
118 B
C
#ifndef IP-REPORTER_EXAMPLE_H
|
|
#define IP-REPORTER_EXAMPLE_H
|
|
|
|
void exampleFunction();
|
|
|
|
#endif // IP-REPORTER_EXAMPLE_H
|