mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 16:46:33 -04:00
9 lines
55 B
C
9 lines
55 B
C
#pragma weak foo
|
|
|
|
extern void foo ();
|
|
|
|
void
|
|
foo ()
|
|
{
|
|
}
|