/
niceSOFT
/
util-linux
Обзор
Документация
Войти
/
niceSOFT
/
util-linux
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
include/c_strtod.h
12 строк
274 B
Karel Zak
include: add missing license lines
12 янв 2023, 17:33
12 янв 2023, 17:33
faeb1b6
Код
Авторство
О чём код?
/* * SPDX-License-Identifier: LGPL-2.1-or-later * * This file may be redistributed under the terms of the * GNU Lesser General Public License. **/ #ifndef UTIL_LINUX_C_STRTOD_H #define UTIL_LINUX_C_STRTOD_H extern double c_strtod(char const *str, char **end); #endif