ft_nm/src/nm.c

10 lines
143 B
C
Raw Normal View History

2024-03-20 20:47:46 +00:00
#include "ft_nm.h"
void nm32(t_mapped_file mapped_file) {
(void)mapped_file;
}
void nm64(t_mapped_file mapped_file) {
(void)mapped_file;
}