|
NetSurf
|
#include <sys/types.h>#include <stdlib.h>#include <stdio.h>#include <string.h>#include "utils/messages.h"#include "utils/utils.h"#include "utils/log.h"#include "atari/filetype.h"Go to the source code of this file.
Functions | |
| const char * | fetch_filetype (const char *unix_path) |
| filetype – determine the MIME type of a local file More... | |
| const char * fetch_filetype | ( | const char * | unix_path | ) |
filetype – determine the MIME type of a local file
Determine the MIME type of a local file.
Definition at line 33 of file filetype.c.