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

Functions

devcall httpWrite (device *devptr, void *buf, uint len)
 

Function Documentation

devcall httpWrite ( device *  devptr,
void *  buf,
uint  len 
)

Write a buffer to a http

Parameters
devptrHTTP device table entry
bufbuffer of characters to output
lensize of the buffer
Returns
count of characters output to underlying device