mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 17:17:19 -04:00
4 lines
46 B
C
4 lines
46 B
C
#ifndef C_H
|
|
#define C_H
|
|
using T = int;
|
|
#endif
|