⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
T_Batt
All Projects
Frédéric Blanc
»
T_Batt
Overview
Activity
Wiki
Files
Repository
Download (345 Bytes)
Files
» main.c
Frédéric Blanc
, 2016-01-29 10:31
/**
* @brief T_BATT_2014
* @date 20/05/2014
* @author F.BLANC LAAS-CNRS
*
*/
#include
"var.h"
int
main
(
int
argc
,
char
*
argv
[])
{
if
(
InitCVIRTE
(
0
,
argv
,
0
)
==
0
)
fatal_error
(
"out of memory"
);
if
(
init_main
(
"T_Batt_2.uir"
))
return
-
1
;
save_LOG
(
"RUN GUI"
);
RunUserInterface
();
init_close
();
return
0
;
}
« Previous
1
…
10
11
12
13
14
…
25
Next »
(12-12/25)
Loading...