#include <fstream>
#include <vector>
#include <string>
#include <map>
#include <set>
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
#include <getopt.h>
#include <algorithm>
#include <functional>
#include <numeric>
#include <iostream>
#include <iterator>
#include <ctype.h>
#include <cstring>
#include <cstdlib>
|
bool | IsSpace (char c) |
|
int | main (int argc, char **argv) |
|
int | CompareSubstring (const string &the_string, unsigned int start, unsigned int length, const char *query) |
|
int CompareSubstring |
( |
const string & |
the_string, |
|
|
unsigned int |
start, |
|
|
unsigned int |
length, |
|
|
const char * |
query |
|
) |
| |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |