rid_fn85.h 477 B

1234567891011121314151617181920212223242526272829303132
  1. #ifndef RID_FN85_H
  2. #define RID_FN85_H
  3. /*
  4. Include:
  5. something with size_t
  6. #include <rid.h>
  7. #include <fn85.h>
  8. #include <rid_fn85.h>
  9. */
  10. #ifndef STYLE_9
  11. #include <rid.h>
  12. #include <fn85.h>
  13. #endif
  14. #define RID_FN85_LEN (sizeof(Rid_fn85) - 1)
  15. typedef char Rid_fn85[21];
  16. typedef char Rid_fn85_path[23];
  17. void
  18. rid_fn85(char *str, const Rid id);
  19. Fn85_err
  20. rid_fn85_parse(Rid id, const char *str, size_t *pos, const char **error);
  21. void
  22. rid_fn85_path(char *path, const Rid id);
  23. #endif