mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 04:10:49 -05:00
15 lines
128 B
C
15 lines
128 B
C
#ifndef RELOC2_H
|
|
#define RELOC2_H
|
|
#include <stddef.h>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Line number below is important!
|
|
int y = 2;
|
|
#endif // RELOC2_H
|