newlib scanf 函数一直卡住

change this file
libgloss/libnosys/_exit.c

#include #include "config.h"
#include <_ansi.h>
#include <_syslist.h>
#include
#include

void
_exit (int rc)
{
syscall(SYS_exit, rc);
/* Default stub just causes a divide by 0 exception. */
// int x = rc / INT_MAX;
// x = 4 / x;
// abort();
/* Convince GCC that this function never returns. */
//for (;;)

newlib scanf 函数一直卡住最先出现在Python成神之路

版权声明:
作者:主机优惠
链接:https://www.techfm.club/p/25341.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>