mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-06 14:31:00 +00:00
9 lines
55 B
C
9 lines
55 B
C
#pragma weak foo
|
|
|
|
extern void foo ();
|
|
|
|
void
|
|
foo ()
|
|
{
|
|
}
|