DSQSS
1.1
|
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <iostream>
#include <fstream>
#include <sstream>
#include <cstdlib>
#include "array.h"
構成 | |
class | FileReader |
マクロ定義 | |
#define | BLEN 256 |
関数 | |
void | reform_end_of_line (string &line) |
int | line_split (char *line, string *w) |
void | get_line (FILE *F, char *line) |
void | get_nbl (FILE *F, char *line) |
int | break_into_words (char *line, char *delim, char **word) |
変数 | |
string | EOL = "_E_O_L_" |
int break_into_words | ( | char * | line, |
char * | delim, | ||
char ** | word | ||
) | [inline] |
int line_split | ( | char * | line, |
string * | w | ||
) | [inline] |
void reform_end_of_line | ( | string & | line | ) | [inline] |