home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / assembler / as / src / 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.