tan
0.0.1
Main Page
Related Pages
Classes
Files
File List
cli.h
1
#ifndef __TAN_INCLUDE_CLI_H__
2
#define __TAN_INCLUDE_CLI_H__
3
4
/**
5
* \brief Call tanc with commandline arguments
6
* \details This API can be useful when you want to integrate tan compiler into your project, or to test tanc
7
*/
8
int
cli_main(
int
argc,
char
**argv);
9
10
#endif
include
cli
cli.h
Generated by
1.9.1