mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 16:47:30 -04:00
4 lines
54 B
C
4 lines
54 B
C
#ifndef SUB_H
|
|
#define SUB_H
|
|
const int sub = 2;
|
|
#endif
|