mirror of
https://github.com/whokilleddb/funcshenanigans
synced 2026-06-06 16:59:01 +00:00
9 lines
98 B
C
9 lines
98 B
C
#pragma once
|
|
|
|
#ifndef BOUND_2
|
|
#define BOUND_2
|
|
|
|
void fluctuate();
|
|
void __boundary_func();
|
|
|
|
#endif |