Advertisement
6_2008-2009 System Services/ Functions #208980

CLS in C

Tutorial to How to Clear the screen. in Basic or Dos its CLS but its Something else in C Click to find out

AI

AI 摘要: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

源代码
original-source
#include <stdlib.h>
void main(void)
{
system("CLS"); // clears the screen

}

// [email protected]
// Aim: osp1keo
原始评论 (3)
从 Wayback Machine 恢复