mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-11 08:07:30 -04:00
8 lines
58 B
C
8 lines
58 B
C
|
|
extern int retval;
|
|
|
|
int func (void)
|
|
{
|
|
return retval;
|
|
}
|