A triangle counting assignment for A.U.TH Parallel and distributed systems class.
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- /*!
- * \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_ */
|