jwasm/H/data.h
2014-06-18 19:16:56 +04:00

8 lines
115 B
C

#ifndef DATA_H
#define DATA_H
extern ret_code data_dir( int, struct asm_tok[], struct asym * );
#endif