cmake-cmocka-template/.template_files/modules/module_name.h

15 lines
194 B
C
Raw Permalink Normal View History

2024-03-01 06:49:19 +00:00
/*
* Author: username
* Date: todays_date
2024-03-01 06:49:19 +00:00
* filename: module_name.h
* description: module_purpose
*/
#ifndef module_name
#define module_name
int add_two(int a);
#endif //module_name