Added extension to name.
This commit is contained in:
parent
eb32ce8b3f
commit
fd03292660
1 changed files with 3 additions and 3 deletions
|
|
@ -8,8 +8,8 @@
|
|||
*/
|
||||
|
||||
//#pragma once
|
||||
#ifndef module_name
|
||||
#define module_name
|
||||
#ifndef module_name_H
|
||||
#define module_name_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
|
|
@ -28,4 +28,4 @@ int add_two(int a);
|
|||
}
|
||||
#endif // __cplusplus
|
||||
|
||||
#endif //module_name
|
||||
#endif //module_name_H
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue