8 lines
82 B
C
8 lines
82 B
C
#ifndef __LOCAL_IP_H__
|
|
#define __LOCAL_IP_H__
|
|
|
|
char *get_local_ip(void);
|
|
|
|
#endif
|
|
|