摘要: #include <stdlib.h> #include <ucontext.h> #include <stdio.h> int main() { ucontext_t uc; int a = 2, b = 3; getcontext(&uc); printf("asdafa"); int k = 阅读全文
posted @ 2024-04-22 10:39 hellozhangjz 阅读(3) 评论(0) 推荐(0) 编辑