httpdirfs/http.c

12 lines
159 B
C

/**
* \file http.c
* \todo WARNING please fix url_feof
*/
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <errno.h>
#include "http.h"