This repository has been archived on 2026-03-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
netbenixCMD/utils/clear_screen.h

6 lines
No EOL
78 B
C

#ifndef _CLEAR_SCREEN_H_
#define _CLEAR_SCREEN_H_
void clearScreen();
#endif