9 lines
134 B
C
9 lines
134 B
C
#ifndef _HELPER_H_
|
|
#define _HELPER_H_
|
|
|
|
#include <stdint.h>
|
|
#include <stdio.h>
|
|
|
|
void print_target_code(uint32_t *target_code);
|
|
|
|
#endif
|