Files
2025-06-09 00:50:41 +05:30

9 lines
98 B
C

#pragma once
#ifndef BOUND_2
#define BOUND_2
void fluctuate();
void __boundary_func();
#endif