Loading src/include/List.h +0 −3 Original line number Diff line number Diff line /*! \file List.h */ #ifndef NULL #define NULL 0 #endif #ifndef LIST_OUT_OF_BOUNDS_EXCEPTION #define LIST_OUT_OF_BOUNDS_EXCEPTION 1 #endif Loading Loading
src/include/List.h +0 −3 Original line number Diff line number Diff line /*! \file List.h */ #ifndef NULL #define NULL 0 #endif #ifndef LIST_OUT_OF_BOUNDS_EXCEPTION #define LIST_OUT_OF_BOUNDS_EXCEPTION 1 #endif Loading