codec_ttl.h 156 B

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