httpUDP/conf.h

11 lines
135 B
C
Raw Permalink Normal View History

2021-12-19 19:01:38 +08:00
#ifndef CONF_H
#define CONF_H
#include <ctype.h>
#include <arpa/inet.h>
#include "main.h"
extern void read_conf(char *path);
#endif