Select the types of activity you want to include in your feed.
1#ifndef MATH_MODULE_H 2#define MATH_MODULE_H 3 4void init_math_module(void); 5 6#endif