Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
- fat16_append_clusters()
: fat16.c
- FAT16_ATTRIB_ARCHIVE
: fat16.h
- FAT16_ATTRIB_DIR
: fat16.h
- FAT16_ATTRIB_HIDDEN
: fat16.h
- FAT16_ATTRIB_READONLY
: fat16.h
- FAT16_ATTRIB_SYSTEM
: fat16.h
- FAT16_ATTRIB_VOLUME
: fat16.h
- fat16_clear_cluster()
: fat16.c
- fat16_clear_cluster_callback()
: fat16.c
- fat16_close()
: fat16.c
, fat16.h
- fat16_close_dir()
: fat16.c
, fat16.h
- fat16_close_file()
: fat16.c
, fat16.h
- FAT16_CLUSTER_BAD
: fat16.c
- FAT16_CLUSTER_FREE
: fat16.c
- FAT16_CLUSTER_LAST_MAX
: fat16.c
- FAT16_CLUSTER_LAST_MIN
: fat16.c
- fat16_cluster_offset()
: fat16.c
- FAT16_CLUSTER_RESERVED_MAX
: fat16.c
- FAT16_CLUSTER_RESERVED_MIN
: fat16.c
- fat16_create_dir()
: fat16.c
, fat16.h
- fat16_create_file()
: fat16.c
, fat16.h
- FAT16_DATETIME_SUPPORT
: fat16_config.h
- fat16_delete_dir
: fat16.h
- fat16_delete_file()
: fat16.c
, fat16.h
- FAT16_DIR_COUNT
: fat16_config.h
- fat16_dir_entry_read_callback()
: fat16.c
- fat16_dir_handles
: fat16.c
- FAT16_DIRENTRY_DELETED
: fat16.c
- FAT16_DIRENTRY_LFNLAST
: fat16.c
- FAT16_DIRENTRY_LFNSEQMASK
: fat16.c
- FAT16_FILE_COUNT
: fat16_config.h
- fat16_file_handles
: fat16.c
- fat16_find_offset_for_dir_entry()
: fat16.c
- fat16_free_clusters()
: fat16.c
- FAT16_FS_COUNT
: fat16_config.h
- fat16_fs_handles
: fat16.c
- fat16_get_datetime
: fat16_config.h
- fat16_get_dir_entry_of_path()
: fat16.c
, fat16.h
- fat16_get_file_modification_date()
: fat16.h
, fat16.c
- fat16_get_file_modification_time()
: fat16.c
, fat16.h
- fat16_get_fs_free()
: fat16.c
, fat16.h
- fat16_get_fs_free_callback()
: fat16.c
- fat16_get_fs_size()
: fat16.c
, fat16.h
- fat16_get_next_cluster()
: fat16.c
- fat16_interpret_dir_entry()
: fat16.c
- fat16_open()
: fat16.c
, fat16.h
- fat16_open_dir()
: fat16.h
, fat16.c
- fat16_open_file()
: fat16.c
, fat16.h
- fat16_read_dir()
: fat16.h
, fat16.c
- fat16_read_file()
: fat16.h
, fat16.c
- fat16_read_header()
: fat16.c
- fat16_reset_dir()
: fat16.h
, fat16.c
- fat16_resize_file()
: fat16.c
, fat16.h
- FAT16_SEEK_CUR
: fat16.h
- FAT16_SEEK_END
: fat16.h
- fat16_seek_file()
: fat16.h
, fat16.c
- FAT16_SEEK_SET
: fat16.h
- fat16_set_file_modification_date()
: fat16.c
- fat16_set_file_modification_time()
: fat16.c
- fat16_terminate_clusters()
: fat16.c
- fat16_write_dir_entry()
: fat16.c
- fat16_write_file()
: fat16.c
, fat16.h
- FAT16_WRITE_SUPPORT
: fat16_config.h
- find_file_in_dir()
: main.c