18 lines
270 B
C
18 lines
270 B
C
/*!
|
|
* \file elearn.h
|
|
* \brief e-learning version of the exercise.
|
|
*
|
|
* \author
|
|
* Christos Choutouridis AEM:8997
|
|
* <cchoutou@ece.auth.gr>
|
|
*/
|
|
#ifndef ELEARN_H_
|
|
#define ELEARN_H_
|
|
|
|
#include <impl.hpp>
|
|
|
|
uint32_t elearn_test (void) ;
|
|
|
|
|
|
#endif /* ELEARN_H_ */
|