Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <stddef.h>
#include <http.h>
Functions | |
devcall | httpPutc (device *devptr, char ch) |
devcall httpPutc | ( | device * | devptr, |
char | ch | ||
) |
Write a single character to the HTTP device.
devptr | HTTP device table entry |
ch | character to output |
ch
as an unsigned char
cast to an int
on success; SYSERR
on failure.