7 lines
91 B
C
7 lines
91 B
C
|
|
extern void varinfo5_main ( void );
|
|
|
|
int main ( void ) {
|
|
varinfo5_main();
|
|
return 0;
|
|
}
|