mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-22 08:41:13 +10:00
updated ui added new features
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
elfsym.h
|
||||
|
||||
Read symbol addresses from a .elf file.
|
||||
*/
|
||||
|
||||
#ifndef __ELFSYM__
|
||||
#define __ELFSYM__
|
||||
|
||||
int elfsym_open(char file[]);
|
||||
void elfsym_close(int fd);
|
||||
unsigned int elfsym_get_symbol_address(int fd, char symbol_name[]);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user