Add argp, and executing functionality
This commit is contained in:
parent
0c8d7b57cb
commit
b42d5e7e67
11 changed files with 269 additions and 28 deletions
9
header/helpers.h
Normal file
9
header/helpers.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef _HELPER_H_
|
||||
#define _HELPER_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
||||
void print_target_code(uint32_t *target_code);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue