?? main.cpp
字號:
/*
*
* main.cpp
*
* Copyright (c) 2001, 2002
* Andrew Fedoniouk - andrew@terra-informatica.org
* Portions: Serge Kuznetsov - kuznetsov@deeptown.org
*
* See the file "COPYING" for information on usage
* and redistribution of this file
*
*/
// main.cpp - TIL main routine
#include <stdio.h>
#include <stdarg.h>
#include "c-smile.h"
//|
//| Revision history:
//|
//| 17.04.2001 - initial implementation completed
//|
//|
using namespace c_smile;
bool initialize_ext ( )
{
return true;
}
//|
//| main - the main routine
//|
int main ( int argc, char *argv [ ] )
{
return cs_main ( argc, argv );
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -