regs/scan.h

12 lines
170 B
C
Raw Normal View History

2018-08-20 00:24:54 +00:00
#pragma once
/**
* @copyright 2018 Sean Kasun
* The tracing scanner.
*/
#include "map.h"
#include <stdlib.h>
extern void scan(uint8_t *data, size_t len, Map *map);