0dd62022c6cdcc9535478b9461ff876c78e8937c
[protos/libecoli.git] / include / ecoli_node_space.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright 2016, Olivier MATZ <zer0@droids-corp.org>
3  */
4
5 /**
6  * This node matches one string in the vector if it is only composed of
7  * spaces, as interpreted by isspace().
8  */
9
10 #ifndef ECOLI_NODE_SPACE_
11 #define ECOLI_NODE_SPACE_
12
13 /* no API for now, since there is no specific configuration for this node */
14
15 #endif