Advertisement
5_2007-2008 System Services/ Functions #186462

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

Resumo por IA: 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.

Código fonte
original-source
#include <stdlib.h>
void main(void)
{
system("CLS"); // clears the screen

}

// [email protected]
// Aim: osp1keo
Comentários originais (3)
Recuperado do Wayback Machine