6 lines
101 B

#ifndef SCROLLTEXT_H_
#define SCROLLTEXT_H_
void scrolltext(char *str);
#endif /* SCROLLTEXT_H_ */