优化公共函数

This commit is contained in:
2024-10-31 14:54:33 +08:00
parent fd186fe50a
commit 7de356fa85
6 changed files with 87 additions and 36 deletions

View File

@@ -17,6 +17,7 @@
#include <arpa/inet.h>
#include <netdb.h>
#include <sys/utsname.h>
#include <limits.h>
#include <sys/resource.h>
#include <signal.h>
@@ -28,7 +29,7 @@
extern char *_time();
extern int _strlen(char *str);
extern int _strlen(const char *str);
extern void _printf(const char *format, ...);
extern int _nice(int increment);