Resolved! What is the fairly common way to implement a flag function?
Posted on September 25, 2017 at 08:52I'm actually I want to implement some such as a flag function into my code.But I'm struggling with implementation in c.What is the fairly common way to implement a flag function?int trigger =0;main() { while(1)...