ap_rputc — send a character to the client
int ap_rputc(int c, request_rec *r)
Sends the character c to the client. Returns c or EOF if the connection has been closed.
c
EOF