时间原因,暂存部分更改

This commit is contained in:
2025-10-03 10:01:01 +08:00
parent 3ada071d44
commit d11c1559ab
3 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#include "erroprocess.h"
#include <stdio.h>
#include <stddef.h>
int give_upjobs(indiector *self)
{
if(self == NULL)
{
}
}