#ifndef _TYPES_H #define _TYPES_H /* Filename : types.h Author : XXX Created : 2024-01-25 Modified : 2025-01-18 Defines types that are common to all source files in this project. some Lab some division some institution */ /* This is the element type used for all containers */ typedef int T; #endif