diff options
| author | DJ Delorie <dj@delorie.com> | 2016-11-08 18:41:49 -0500 |
|---|---|---|
| committer | DJ Delorie <dj@delorie.com> | 2016-11-08 18:44:02 -0500 |
| commit | 4f460c8944fa682376dfe63ceb39ac4a5a031232 (patch) | |
| tree | 00c4304114700c78fefbd742a1b3a976a5dd7c15 /stdlib/strfroml.c | |
| parent | 275d577540a54d9fe3a7ae4ac1c73810cd2ee7e5 (diff) | |
| parent | 3c7f1f59cd1611e0727f9b5ffc32dae78cb05000 (diff) | |
| download | glibc-4f460c8944fa682376dfe63ceb39ac4a5a031232.tar.xz glibc-4f460c8944fa682376dfe63ceb39ac4a5a031232.zip | |
Merge branch 'master' into dj/malloc
Diffstat (limited to 'stdlib/strfroml.c')
| -rw-r--r-- | stdlib/strfroml.c | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/stdlib/strfroml.c b/stdlib/strfroml.c new file mode 100644 index 0000000000..8d5d15b0b9 --- /dev/null +++ b/stdlib/strfroml.c @@ -0,0 +1,22 @@ +/* Definitions for strfroml. Implementation in stdlib/strfrom-skeleton.c. + Copyright (C) 2016 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ + +#define FLOAT long double +#define STRFROM strfroml + +#include "strfrom-skeleton.c" |
