tan
0.0.1
Main Page
Related Pages
Classes
Files
File List
tan.cpp
1
#include "tan/tan.h"
2
#include "backtrace/tan_backtrace.h"
3
4
namespace
tanlang {
5
6
bool
init_compiler(
int
,
char
**argv) {
return
init_back_trace(argv[0]); }
7
8
}
// namespace tanlang
src
tan
tan.cpp
Generated by
1.9.1