home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / program / a / as1_23 / source / h / decode < prev    next >
Encoding:
Text File  |  1992-07-20  |  149 b   |  15 lines

  1.  
  2. /*
  3.  * decode.h
  4.  * Copyright © 1992 Niklas Röjemo
  5.  */
  6.  
  7. #ifndef _decode_h
  8. #define _decode_h
  9.  
  10. #include "symbol.h"
  11.  
  12. int decode(Symbol *symbol);
  13.  
  14. #endif
  15.