mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 00:40:33 -05:00
7 lines
152 B
C
7 lines
152 B
C
typedef int Int;
|
|
void f0(Int);
|
|
void f1(Int, double);
|
|
void f2(int, int);
|
|
void f3(int);
|
|
static void f4(float, float);
|
|
int f5(int) __attribute__((const));
|