1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright 2016, Olivier MATZ <zer0@droids-corp.org>
6 * This node matches one string in the vector if it is only composed of
7 * spaces, as interpreted by isspace().
10 #ifndef ECOLI_NODE_SPACE_
11 #define ECOLI_NODE_SPACE_
13 /* no API for now, since there is no specific configuration for this node */