mirror of
https://github.com/opnsense/src.git
synced 2026-03-21 10:20:09 -04:00
4 lines
45 B
C
4 lines
45 B
C
#ifndef C_H
|
|
#define C_H
|
|
extern int c;
|
|
#endif
|