X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=include%2Fecoli_node_space.h;fp=include%2Fecoli_node_space.h;h=0dd62022c6cdcc9535478b9461ff876c78e8937c;hb=18d03456d96f7a086a2ccc82ce97fcf056848d90;hp=0000000000000000000000000000000000000000;hpb=a1571d413d2acac5d4a4fbdf2e50b2d1a6da3aa6;p=protos%2Flibecoli.git diff --git a/include/ecoli_node_space.h b/include/ecoli_node_space.h new file mode 100644 index 0000000..0dd6202 --- /dev/null +++ b/include/ecoli_node_space.h @@ -0,0 +1,15 @@ +/* SPDX-License-Identifier: BSD-3-Clause + * Copyright 2016, Olivier MATZ + */ + +/** + * This node matches one string in the vector if it is only composed of + * spaces, as interpreted by isspace(). + */ + +#ifndef ECOLI_NODE_SPACE_ +#define ECOLI_NODE_SPACE_ + +/* no API for now, since there is no specific configuration for this node */ + +#endif