Загрузить файлы в «src»

This commit is contained in:
8nlight 2023-10-11 21:07:22 +03:00
parent 6a64fa8d99
commit 6d6b837df3
3 changed files with 3 additions and 0 deletions

View File

@ -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) {

View File

@ -1,5 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
unsigned int nullline;
int printvars(const int len, const char **names) {

View File

@ -5,6 +5,7 @@
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main(void) {
struct passwd *pw = getpwuid(getuid());