fsfw/container/group.h

14 lines
270 B
C
Raw Normal View History

#ifndef GROUP_H_
#define GROUP_H_
/**
* @defgroup container Container
*
* General Purpose Containers to store various elements.
* As opposed to the STL library implementation, these implementations
* don't allocate memory dynamically.
*/
#endif /* GROUP_H_ */