Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
escape-char.hh
Go to the documentation of this file.
1#pragma once
3
4#include <ostream>
5
6namespace nix {
7
18{
19 char c;
20};
21
22std::ostream & operator<<(std::ostream & s, MaybeHexEscapedChar c);
23
24} // namespace nix
Definition escape-char.hh:18