/
niceSOFT
/
procps
Обзор
Документация
Войти
/
niceSOFT
/
procps
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/tests/test_fileutils.c
10 строк
173 B
Craig Small
build-sys: Relocate lib/
29 авг 2022, 13:28
29 авг 2022, 13:28
47a8676
Код
Авторство
О чём код?
#include <stdio.h> #include <stdlib.h> #include "fileutils.h" int main(int argc, char *argv[]) { atexit(close_stdout); printf("Hello, World!\n"); return EXIT_SUCCESS; }