#ifndef _LSUP_CODEC_TTL_H #define _LSUP_CODEC_TTL_H #include "lsup/codec/parser_ttl.h" /** @brief Turtle codec. * * @sa #codec_t */ extern const LSUP_Codec ttl_codec; #endif