diff options
| author | Xavier ASUS <xavi92psx@gmail.com> | 2019-10-28 15:53:52 +0100 |
|---|---|---|
| committer | Xavier ASUS <xavi92psx@gmail.com> | 2019-10-28 15:58:52 +0100 |
| commit | dc6912769121c335c6b09a6c002a4a8e0528703a (patch) | |
| tree | fbc5bf85229996940d767c1ee1592eb2536a2f54 /inc | |
| download | stm8-dce-example-dc6912769121c335c6b09a6c002a4a8e0528703a.tar.gz | |
First commit
Diffstat (limited to 'inc')
| -rw-r--r-- | inc/bar.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/inc/bar.h b/inc/bar.h new file mode 100644 index 0000000..736b10f --- /dev/null +++ b/inc/bar.h @@ -0,0 +1,6 @@ +#ifndef BAR_H +#define BAR_H + +void bar(int x); + +#endif /* BAR_H */ |
