summaryrefslogtreecommitdiffhomepage
path: root/src/libstc.c
blob: 1305abef845e905a12efa8f46925c84e6b4f4666 (plain)
1
2
3
4
5
6
7
8
9
#define STC_IMPLEMENT
#define i_import
#include "../include/stc/cregex.h" /* cstr. utf8, and cregex */
#include "../include/stc/csview.h"
#include "../include/stc/crand.h"
#include "../include/stc/cspan.h"
#if __STDC_VERSION__ >= 201112L
#  include "../include/c11/fmt.h"
#endif