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 | |
int | cleanPrompts (device *devptr, char *buf, int len, struct http *webptr) |
int cleanPrompts | ( | device * | devptr, |
char * | buf, | ||
int | len, | ||
struct http * | webptr | ||
) |
Clears the prompts from a provided buffer.
buf | buffer to cook prompts out of |
len | length of provided buffer |
webptr | http device struct if applicable, NULL if generic buffer |