Compare commits
5 Commits
Author | SHA1 | Date |
---|---|---|
|
49c7449aac | 3 years ago |
|
c211bec469 | 3 years ago |
|
d25d26fbf4 | 3 years ago |
|
5a56bf0bdf | 3 years ago |
|
eb723f900f | 3 years ago |
@ -0,0 +1,6 @@
|
|||||||
|
#include "feature1.h"
|
||||||
|
|
||||||
|
void feature1()
|
||||||
|
{
|
||||||
|
printf("feature1\n");
|
||||||
|
}
|
@ -0,0 +1,6 @@
|
|||||||
|
#ifndef _FEATURE1_H_
|
||||||
|
#define _FEATURE1_H_
|
||||||
|
|
||||||
|
void feature1();
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in new issue