[Assignment-7] add embedded_device_syntax; add .h

This commit is contained in:
Sascha Tommasone 2024-07-06 17:50:09 +02:00 committed by saschato
parent c1bdc5b079
commit 83d943940c
2 changed files with 13 additions and 2 deletions

View file

@ -3,4 +3,8 @@
#include <stdint.h>
char *embedded_device_syntax(void);
int handle_embedded_device(int argc, char **argv);
#endif