10 lines
143 B
C
10 lines
143 B
C
|
#include "ft_nm.h"
|
||
|
|
||
|
void nm32(t_mapped_file mapped_file) {
|
||
|
(void)mapped_file;
|
||
|
}
|
||
|
|
||
|
void nm64(t_mapped_file mapped_file) {
|
||
|
(void)mapped_file;
|
||
|
}
|