Files
didactyl/src/context_format.h
T

10 lines
199 B
C

#ifndef DIDACTYL_CONTEXT_FORMAT_H
#define DIDACTYL_CONTEXT_FORMAT_H
#include "tools/tools.h"
char* context_bump_headings(const char* text);
char* context_build_title(tools_context_t* ctx);
#endif