blob: afd513ae0d1150d7e40fc065a8f846dd2a938f77 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* This source code is released into the public domain.
*/
module;
export module nihil.util;
export import :ctype;
export import :parse_size;
export import :next_word;
export import :skipws;
export import :tabulate;
|