添加lambda表达式

This commit is contained in:
2025-06-20 15:50:39 +08:00
parent fc339cf894
commit 362dc08ba5
9 changed files with 229 additions and 4 deletions

View File

@@ -856,7 +856,7 @@ long get_file_size(FILE *stream)
riscv_t riscv = { 0 };
int thread_fun(void* t)
int thread_fun_r(void* t)
{
int argc;
char** argv;