Defines | Functions

httpd-fs.c File Reference

#include "httpd.h"
#include "httpd-fs.h"
#include "httpd-fsdata.h"
#include "httpd-fsdata.c"

Go to the source code of this file.

Defines

#define NULL   0

Functions

int httpd_fs_open (const char *name, struct httpd_fs_file *file)
void httpd_fs_init (void)
u16_t httpd_fs_count (char *name)

Define Documentation

#define NULL   0

Definition at line 41 of file httpd-fs.c.


Function Documentation

u16_t httpd_fs_count ( char *  name  ) 

Definition at line 114 of file httpd-fs.c.

void httpd_fs_init ( void   ) 

Definition at line 102 of file httpd-fs.c.

int httpd_fs_open ( const char *  name,
struct httpd_fs_file file 
)

Definition at line 74 of file httpd-fs.c.