comparison libiberty/vsprintf.c @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents a06113de4d67
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 /* Simple implementation of vsprintf for systems without it. 1 /* Simple implementation of vsprintf for systems without it.
2 Highly system-dependent, but should work on most "traditional" 2 Highly system-dependent, but should work on most "traditional"
3 implementations of stdio; newer ones should already have vsprintf. 3 implementations of stdio; newer ones should already have vsprintf.
4 Written by Per Bothner of Cygnus Support. 4 Written by Per Bothner of Cygnus Support.
5 Based on libg++'s "form" (written by Doug Lea; dl@rocky.oswego.edu). 5 Based on libg++'s "form" (written by Doug Lea; dl@rocky.oswego.edu).
6 Copyright (C) 1991, 1995, 2002 Free Software Foundation, Inc. 6 Copyright (C) 1991-2017 Free Software Foundation, Inc.
7 7
8 This file is part of the libiberty library. This library is free 8 This file is part of the libiberty library. This library is free
9 software; you can redistribute it and/or modify it under the 9 software; you can redistribute it and/or modify it under the
10 terms of the GNU General Public License as published by the 10 terms of the GNU General Public License as published by the
11 Free Software Foundation; either version 2, or (at your option) 11 Free Software Foundation; either version 2, or (at your option)