10 lines
143 B
C
10 lines
143 B
C
|
|
||
|
/* vim: set filetype=c ts=8 noexpandtab: */
|
||
|
|
||
|
int __stdcall SocketLayer__SendTo(
|
||
|
void *socket,
|
||
|
char *buf,
|
||
|
int len,
|
||
|
int host,
|
||
|
short port);
|