Closed. This question is off-topic。它当前不接受答案。
                            
                        
                    
                
                            
                                
                
                        
                            
                        
                    
                        
                            想改善这个问题吗? Update the question,所以它是on-topic,用于堆栈溢出。
                        
                        3年前关闭。
                                                                                            
                
        
如果您能告诉我们如何在Windows上触发SIGTERM,我们将不胜感激。
如果可以的话,请给我一些示例代码。

最佳答案

使用抬高函数:

int ret;
ret = raise(SIGTERM);

关于c - 如何在Windows中提高SIGTERM ,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/41399333/

10-11 21:06