#include <string>
#include <iostream>
#include <fstream>
Include dependency graph for crlf2lf.cpp:
Go to the source code of this file.
Defines | |
#define | LF_CHAR 10 |
#define | CR_CHAR 13 |
Functions | |
void | crlf2lf (char *fileName, bool doVerbose=true) |
int | main (int argc, char **argv) |
|
Definition at line 15 of file crlf2lf.cpp. |
|
Definition at line 14 of file crlf2lf.cpp. |
|
Definition at line 17 of file crlf2lf.cpp. References buffer. Referenced by main(). |
|
Definition at line 59 of file crlf2lf.cpp. References crlf2lf(). |
Here is the call graph for this function: