at 21.11-pre 241 B view raw
1#pragma once 2 3#include <iostream> 4#include <nix/types.hh> 5#include <string> 6 7nix::Strings parseAttrPath(const std::string & s); 8bool isVarName(const std::string & s); 9std::ostream & printStringValue(std::ostream & str, const char * string);