codec_ttl.h 175 B

123456789101112
  1. #ifndef _LSUP_CODEC_TTL_H
  2. #define _LSUP_CODEC_TTL_H
  3. #include "codec/parser_ttl.h"
  4. /** @brief Turtle codec.
  5. *
  6. * @sa #codec_t
  7. */
  8. extern const LSUP_Codec ttl_codec;
  9. #endif