chore:keep origin c format
This commit is contained in:
@@ -1,15 +1,18 @@
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
|
||||
extern "C" {
|
||||
|
||||
int cliteClearenv() {
|
||||
extern char **environ;
|
||||
if (environ != NULL) {
|
||||
*environ = NULL;
|
||||
}
|
||||
return 0;
|
||||
int cliteClearenv()
|
||||
{
|
||||
extern char **environ;
|
||||
if (environ != NULL)
|
||||
{
|
||||
*environ = NULL;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
int cliteErrno() { return errno; }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user