8 lines
190 B
C
8 lines
190 B
C
#ifndef LANG_CEM_CEMCOM_ANSI_BLOCKS_H
|
|
#define LANG_CEM_CEMCOM_ANSI_BLOCKS_H
|
|
|
|
void store_block(arith sz, int al);
|
|
void load_block(arith sz, int al);
|
|
void copy_block(arith sz, int al);
|
|
|
|
#endif |