7 lines
53 B
C++
7 lines
53 B
C++
#ifndef SDA_HPP
|
|
#define SDA_HPP
|
|
|
|
void sda();
|
|
|
|
#endif
|