]> git.llucax.com Git - software/makeit.git/blob - subproj/otherproj.h
Don't add extra spaces in abbr function
[software/makeit.git] / subproj / otherproj.h
1 /**
2  * @file
3  *
4  * This file provides all the functionality of otherproj.
5  *
6  * @see otherproj().
7  */
8
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12
13 /**
14  * Some nice and useful function.
15  *
16  * @return void
17  */
18 void otherproj(void);
19
20 #ifdef __cplusplus
21 }
22 #endif
23