mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 14:16:10 -06:00
14 lines
146 B
Text
14 lines
146 B
Text
description "Word-count utility";
|
|
|
|
optimize_speed;
|
|
|
|
uses
|
|
Core;
|
|
|
|
file
|
|
wc.cpp;
|
|
|
|
mainconfig
|
|
"" = "",
|
|
"" = "USEMALLOC",
|
|
"" = "MT";
|