Simple C app using 50% cpu

后端 未结 6 1723
不思量自难忘°
不思量自难忘° 2021-01-25 03:31

I have a simple C app that uses constant 50%. I don\'t know why but I like to minimize it as much as possible.

#include 
#include          


        
6条回答
  •  难免孤独
    2021-01-25 03:52

    timer_func() and printwow() call each other forever. You'll eventually get a stack overflow.

提交回复
热议问题