#include "text2src.h"
#include <iostream>
#include <iomanip>
Include dependency graph for text2src.cpp:

Go to the source code of this file.
Functions | |
| void | text2source (ostream &os, istream &is) |
| Convert text to C/C++ source code. | |
| void | binary2source (ostream &os, istream &is) |
| Convert binary data to C/C++ source code. | |
Definition in file text2src.cpp.
1.2.18