7 lines
66 B
C
7 lines
66 B
C
|
main()
|
||
|
{
|
||
|
function_from_primary();
|
||
|
function_from_secondary();
|
||
|
}
|
||
|
|