mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 09:37:08 -04:00
4 lines
48 B
C
4 lines
48 B
C
#ifndef C_H
|
|
#define C_H
|
|
const int c = 2;
|
|
#endif
|