ladder.h 231 B

123456789101112131415161718
  1. #ifndef ladder_H
  2. #define ladder_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. #include "fe.h"
  7. #include "ladder_namespace.h"
  8. extern void ladder(fe *, const unsigned char *);
  9. #ifdef __cplusplus
  10. }
  11. #endif
  12. #endif /* ifndef ladder_H */