uc-sdk
|
#include "lwip/opt.h"
Go to the source code of this file.
Classes | |
struct | webfs_file |
Functions | |
void | webfs_init (const u8_t *prefix) |
struct webfs_file * | webfs_open (const char *name) |
void | webfs_close (struct webfs_file *file) |
int | webfs_read (struct webfs_file *file, char *buffer, int count) |
int | webfs_bytes_left (struct webfs_file *file) |
int webfs_bytes_left | ( | struct webfs_file * | file) |
void webfs_close | ( | struct webfs_file * | file) |
struct webfs_file* webfs_open | ( | const char * | name) |
int webfs_read | ( | struct webfs_file * | file, |
char * | buffer, | ||
int | count | ||
) |