1
     2
     3
<doc 4
     5

     6
     7
#ifndef TUTORIAL_FUNC_H
#define TUTORIAL_FUNC_H

int
func(int a, int b);

#endif // TUTORIAL_FUNC_H