/*! * \file elearn.h * \brief e-learning version of the exercise. * * \author * Christos Choutouridis AEM:8997 * */ #ifndef ELEARN_H_ #define ELEARN_H_ #include uint32_t elearn_test (void) ; #endif /* ELEARN_H_ */