优化公共函数
This commit is contained in:
3
common.h
3
common.h
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user