blocks.h 190 B

12345678
  1. #ifndef LANG_CEM_CEMCOM_ANSI_BLOCKS_H
  2. #define LANG_CEM_CEMCOM_ANSI_BLOCKS_H
  3. void store_block(arith sz, int al);
  4. void load_block(arith sz, int al);
  5. void copy_block(arith sz, int al);
  6. #endif