I've formed two void functions and I want to combine the two void function together in a void main function. However, the system shows that I can't combine two void functions. How do I combine the two void function together so I can play both function at the same time?
Hi,
Oliver, this question is movable in : Arm Development Platforms forum
Also i know this is simply C programming question...
The good answer simply is a "fork" function
For exemple :https://www.geeksforgeeks.org/fork-system-call/Regards