10 lines
No EOL
169 B
C
10 lines
No EOL
169 B
C
#ifndef EMBEDDED_DEVICE_H
|
|
#define EMBEDDED_DEVICE_H
|
|
|
|
#include <stdint.h>
|
|
|
|
char *embedded_device_syntax(void);
|
|
|
|
int handle_embedded_device(int argc, char **argv);
|
|
|
|
#endif |