mirror of
https://github.com/TheTesla/HengLongUDPclient.git
synced 2025-06-28 11:26:07 +02:00
9 lines
127 B
C
9 lines
127 B
C
#ifndef EXTERN_H_INCLUDED
|
|
#define EXTERN_H_INCLUDED
|
|
|
|
#include <stdlib.h>
|
|
|
|
void fire(void);
|
|
|
|
|
|
#endif // EXTERN_H_INCLUDED
|