7 lines
88 B
C
7 lines
88 B
C
|
|
#ifndef SOCKET_STDLIB_H
|
||
|
|
#define SOCKET_STDLIB_H
|
||
|
|
|
||
|
|
void register_socket_stdlib();
|
||
|
|
|
||
|
|
#endif
|