diff options
Diffstat (limited to 'nihil.util/nihil.util.ccm')
| -rw-r--r-- | nihil.util/nihil.util.ccm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/nihil.util/nihil.util.ccm b/nihil.util/nihil.util.ccm new file mode 100644 index 0000000..afd513a --- /dev/null +++ b/nihil.util/nihil.util.ccm @@ -0,0 +1,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; |
