Nix
2.26.3
Nix, the purely functional package manager; unstable internal interfaces
Loading...
Searching...
No Matches
english.hh
1
#pragma once
2
3
#include <iostream>
4
5
namespace
nix {
6
12
std::ostream & pluralize(
13
std::ostream & output,
14
unsigned
int
count
,
15
const
std::string_view single,
16
const
std::string_view plural);
17
18
}
count
size_t & count
Definition
lexer.l:7012
src
libutil
english.hh
Generated by
1.13.2