/
githubmirror
/
procps
Обзор
Документация
Войти
/
githubmirror
/
procps
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.3.13
lib/test_fileutils.c
10 строк
173 B
Filipe Brandenburger
build-sys: split test cases in lib/ into their own files
02 май 2015, 03:43
02 май 2015, 03:43
b56fd9d
Код
Авторство
О чём код?
#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; }