/** * @file types.h * * @author Freya Murphy * * System types */ #ifndef _TYPES_H #define _TYPES_H typedef long int off_t; typedef unsigned short pid_t; #endif /* types.h */