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