Embedded Xinu Operating System
An ongoing research project and educational operating system.
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
Functions
httpPutc.c File Reference
#include <stddef.h>
#include <http.h>

Functions

devcall httpPutc (device *devptr, char ch)
 

Function Documentation

devcall httpPutc ( device *  devptr,
char  ch 
)

Write a single character to the HTTP device.

Parameters
devptrHTTP device table entry
chcharacter to output
Returns
ch as an unsigned char cast to an int on success; SYSERR on failure.