mirror of
https://github.com/NishiOwO/JWasm.git
synced 2025-04-21 16:54:39 +00:00
8 lines
115 B
C
8 lines
115 B
C
|
|
#ifndef DATA_H
|
|
#define DATA_H
|
|
|
|
extern ret_code data_dir( int, struct asm_tok[], struct asym * );
|
|
|
|
#endif
|