|
Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <stddef.h>#include <stdlib.h>#include <http.h>#include <shell.h>#include <string.h>Functions | |
| devcall | httpRead (device *devptr, void *buf, uint len) |
| devcall httpRead | ( | device * | devptr, |
| void * | buf, | ||
| uint | len | ||
| ) |
Read characters from a http.
| devptr | pointer to http device |
| buf | buffer for read characters |
| len | size of the buffer |
1.8.5