为提高性能,改用c替换原本的flask
This commit is contained in:
7
c/tools/quit/quit.c
Normal file
7
c/tools/quit/quit.c
Normal file
@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
void *quit_all(void *self_d)
|
||||
{
|
||||
|
||||
}
|
6
c/tools/quit/quit.h
Normal file
6
c/tools/quit/quit.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef QUIT
|
||||
#define QUIT
|
||||
|
||||
void *quitall(int status,void *arg);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user