1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Add prototype for foo.

This commit is contained in:
Andreas Jaeger
2000-12-27 19:58:36 +00:00
parent 27ee0a5595
commit ed073f0e62
18 changed files with 99 additions and 28 deletions

View File

@ -1,4 +1,4 @@
/* Copyright (C) 1994, 1997 Free Software Foundation, Inc.
/* Copyright (C) 1994, 1997, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Joel Sherrill (jsherril@redstone-emh2.army.mil),
On-Line Applications Research Corporation.
@ -27,6 +27,9 @@ main (void)
{
int failures = 0;
int i;
auto void try (int value, int expected);
void try (int value, int expected)
{
if (ffs (value) != expected)