Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <http.h>
#include <string.h>
Functions | |
devcall | httpWrite (device *devptr, void *buf, uint len) |
devcall httpWrite | ( | device * | devptr, |
void * | buf, | ||
uint | len | ||
) |
Write a buffer to a http
devptr | HTTP device table entry |
buf | buffer of characters to output |
len | size of the buffer |