Subversion Repositories pentevo

Rev

Blame | Last modification | View Log | Download | RSS feed | ?url?

  1. #ifndef _CODEKENBAK_H
  2. #define _CODEKENBAK_H
  3. /* codekenbak.h */
  4. /*****************************************************************************/
  5. /* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only                     */
  6. /*                                                                           */
  7. /* AS                                                                        */
  8. /*                                                                           */
  9. /* Codegenerator KENBAK(-1)                                                  */
  10. /*                                                                           */
  11. /*****************************************************************************/
  12.  
  13. extern void codekenbak_init(void);
  14.  
  15. #endif /* _CODEKENBAK_H */
  16.