This website requires JavaScript.
Explore
Help
Sign In
gbrochar
/
ft_nm
Watch
1
Star
0
Fork
You've already forked ft_nm
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2e0ed924d3
ft_nm
/
src
/
header.c
8 lines
100 B
C
Raw
Normal View
History
Unescape
Escape
feat: error handling and header start
2024-03-15 14:58:57 +00:00
#
include
"ft_nm.h"
int
check_header
(
Elf64_Ehdr
*
header
)
{
feat: check ident
2024-03-19 10:22:37 +00:00
(
void
)
header
;
feat: error handling and header start
2024-03-15 14:58:57 +00:00
return
FT_NM_SUCCESS
;
}
feat: check ident
2024-03-19 10:22:37 +00:00