FACT++  1.0
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 }
int buffer[BUFFSIZE]
Definition: db_dim_client.c:14
int size
Definition: db_dim_server.c:17
int tcpip_write(int conn_id, char *buffer, int size)
Definition: tcpip.c:1389

+ Here is the call graph for this function: