/
niceSOFT
/
coreutils
Обзор
Документация
Войти
/
niceSOFT
/
coreutils
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/temp-stream.h
6 строк
321 B
Pádraig Brady
tac: fall back to /tmp if $TMPDIR is unavailable
19 июл 2023, 01:10
19 июл 2023, 01:10
1b86b70
Код
Авторство
О чём код?
/* A wrapper around mkstemp that gives us both an open stream pointer, FP, and the corresponding FILE_NAME. Always return the same FP/name pair, rewinding/truncating it upon each reuse. Note this honors $TMPDIR, unlike the standard defined tmpfile(). */ extern bool temp_stream (FILE **fp, char **file_name);