mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 09:56:47 -05:00
3 lines
96 B
C
3 lines
96 B
C
typedef struct { int id; } FILE;
|
|
int fprintf(FILE*restrict, const char* restrict format, ...);
|
|
|