Загрузить файлы в «src»
This commit is contained in:
parent
6a64fa8d99
commit
6d6b837df3
@ -1,6 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
int main(const int argc, const char **argv) {
|
||||
|
@ -1,5 +1,6 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
unsigned int nullline;
|
||||
|
||||
int printvars(const int len, const char **names) {
|
||||
|
@ -5,6 +5,7 @@
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
int main(void) {
|
||||
struct passwd *pw = getpwuid(getuid());
|
||||
|
Loading…
Reference in New Issue
Block a user