/** * @file limits.h * * @author Freya Murphy * * System limits */ #define MAX_FILE_NAME_LEN 256 #define MAX_OPEN_FILES 256 #define MAX_DISKS 8