1 /*****************************************************************************/
2 /* 8888888 88888888 88888888 */
5 /* 8 88888888 88888888 */
8 /* 888888 888888888 888888888 */
10 /* A Two-Dimensional General Purpose Semiconductor Simulator. */
13 /* Last update: Sep 5, 2006 */
17 /* NINT, No.69 P.O.Box, Xi'an City, China */
19 /*****************************************************************************/
21 /* We need two file streams for message output: console and log file. */
22 /* Output Device Select */
25 //use C++ stream system
26 GSS_LOG_STREAM gss_log
;
28 //support the old c fprintf front end.
32 gss_log
.string_buf()<<log_buf
;