mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-14 08:31:28 -04:00
8 lines
112 B
C
8 lines
112 B
C
#ifndef C_INDEX_PCH_H
|
|
#define C_INDEX_PCH_H
|
|
|
|
void foo(int i, float f);
|
|
extern int bar;
|
|
|
|
#endif // C_INDEX_PCH_H
|