aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.util/nihil.util.ccm
blob: 1911ced29b6c636c006ffd9446b4081e0054184e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// This source code is released into the public domain.
export module nihil.util;

export import :capture_stream;
export import :construct;
export import :ctype;
export import :guard;
export import :parse_size;
export import :next_word;
export import :save_errno;
export import :skipws;
export import :tabulate;