FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void web_write
(
int
conn_id
,
char *
buffer
,
int
size
)
Definition at line
243
of file
webTcpip.c
.
References
tcpip_write()
.
244
{
245
tcpip_write
( conn_id,
buffer
,
size
);
246
}
buffer
int buffer[BUFFSIZE]
Definition:
db_dim_client.c:14
size
int size
Definition:
db_dim_server.c:17
tcpip_write
int tcpip_write(int conn_id, char *buffer, int size)
Definition:
tcpip.c:1389
Here is the call graph for this function:
dim
src
webDid
webTcpip.c
Generated on Sun Sep 18 2016 20:50:33 for FACT++ by
1.8.11