diff options
| author | Louis Burda <quent.burda@gmail.com> | 2021-04-28 10:51:50 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2021-04-28 10:51:50 +0200 |
| commit | 8aac44bb98af5442e29c8cb9a5a4acbe40d96bb2 (patch) | |
| tree | b5cea78af979ad734edf5835f1917b172e09cfd7 /service/src/stlfile.h | |
| parent | 53156862fa68b130c9a57f2824275f99017929ac (diff) | |
| download | enowars5-service-stldoctor-8aac44bb98af5442e29c8cb9a5a4acbe40d96bb2.tar.gz enowars5-service-stldoctor-8aac44bb98af5442e29c8cb9a5a4acbe40d96bb2.zip | |
added sample service templates, basic service outline and moved service info to documentation dir
Diffstat (limited to 'service/src/stlfile.h')
| -rw-r--r-- | service/src/stlfile.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/service/src/stlfile.h b/service/src/stlfile.h new file mode 100644 index 0000000..307c7c4 --- /dev/null +++ b/service/src/stlfile.h @@ -0,0 +1,10 @@ +#ifndef STLFILE_H +#define STLFILE_H + +#include <stdlib.h> +#include <string.h> + + + + +#endif // STLFILE_H |
