CAO
pour Circuits & Systemes Integres
Login
Help/Guide
About Trac
Preferences
Wiki
Context Navigation
Back to CaoCourseTme2
CaoCourseTme2
: main.h
File main.h,
176 bytes
(added by
alain
,
18 years ago
)
Line
1
#ifndef _MAIN_H_
2
#define _MAIN_H_
3
4
#include
<stdio.h>
5
6
struct
mainarg_s
7
{
8
FILE
*
INFILE
;
9
FILE
*
OUTPUTFILE
;
10
char
VERBOSE
;
11
};
12
extern
struct
mainarg_s MAINARG
;
13
14
#endif
Download in other formats:
Original Format