I wanted to question how to call a function of a program with a second independent program.
First is a program that prints a int variable once every 5 seconds. It contains an uncalled function that turns the int into int++. However this function isn't called by said program.
The second program would be able call the programs uncalled function. Just wanting to know a point in the right detection.
First is a program that prints a int variable once every 5 seconds. It contains an uncalled function that turns the int into int++. However this function isn't called by said program.
The second program would be able call the programs uncalled function. Just wanting to know a point in the right detection.