libaco: 添加1.2.4

This commit is contained in:
2025-12-15 13:04:19 +08:00
parent 0345c213e3
commit d97c6f754e
9 changed files with 572 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#include <stdio.h>
#include "aco.h"
int main(int argc, char *argv[])
{
aco_thread_init(NULL);
return 0;
}