mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-18 11:47:10 -04:00
14 lines
98 B
C
14 lines
98 B
C
#include "vers.h"
|
|
|
|
SYMVER(_old_bar, bar@VERS.0);
|
|
|
|
void
|
|
_old_bar (void)
|
|
{
|
|
}
|
|
|
|
void
|
|
foo (void)
|
|
{
|
|
}
|