client_term.c
author viric@llimona
Mon, 24 Sep 2007 13:59:40 +0200
changeset 38 f1e581c862d5
parent 24 03ddd5ab560b
child 53 07500c5c53cb
permissions -rw-r--r--
Improved help. Moving to 0.2.

#include <unistd.h>

void send_to_client_stdout(const char *buf, int len)
{
    write(1, buf, len);
}