bottleros/Userland/SampleCodeModule/shell/include/change.h

6 lines
57 B
C

#ifndef CHANGE_H
#define CHANGE_H
void change();
#endif