drc_region_free_plugin/src/main.h

16 lines
150 B
C

#pragma once
/* Main */
#ifdef __cplusplus
extern "C" {
#endif
#include <stdint.h>
#include <nsysnet/socket.h>
#ifdef __cplusplus
}
#endif
#endif