7 lines
53 B
C++
7 lines
53 B
C++
#ifndef SDC_HPP
|
|
#define SDC_HPP
|
|
|
|
void sdc();
|
|
|
|
#endif
|