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