mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-14 00:24:03 -04:00
9 lines
102 B
C
9 lines
102 B
C
#pragma clang system_header
|
|
|
|
/**
|
|
* system_function
|
|
* \param a Aaa.
|
|
*/
|
|
int system_function(int a);
|
|
|