OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
root
/
regress
/
usr.bin
/
libtool
/b.c
/* $OpenBSD: b.c,v 1.1 2012/07/02 12:02:36 espie Exp $ */
extern
int
f
();
int
g
()
{
return
f
();
}