#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | SheppStrUtil |
Useful string manipulation routines used by shepp. More... | |
Defines | |
#define | whitespace(c) (((c) == ' ') || ((c) == '\t')) |
#define | LIMITED_READLINE |