aboutsummaryrefslogtreecommitdiff
path: root/style.h
blob: 7466ad9a7e1d824654fbf5a8f76bb4bfbd916171 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef STYLE_H
#define STYLE_H

#include <stddef.h>

extern const char style_default[];
extern const size_t style_default_len;

#endif