Files
SyncHome/trunk/workspace/memSIM2/parse_ihex.h

12 lines
264 B
C
Raw Normal View History

2023-03-13 08:36:51 +00:00
#ifndef __PARSE_IHEX_H__CNXRKTJLF4__
#define __PARSE_IHEX_H__CNXRKTJLF4__
#include <stdint.h>
#include <stdio.h>
int
parse_ihex(FILE *file, uint8_t *buffer, unsigned int size,
unsigned int *min, unsigned int *max);
#endif /* __PARSE_IHEX_H__CNXRKTJLF4__ */