Skip to content

Baltasarq/cscrutil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCR Util clib

Gestión de pantalla para la consola multiplataforma.

Multiplatform screen console management

Esta librería, programada en C, puede manejar las consolas tanto de Windows (utilizando las llamadas al sistema operativo), como de *nix (empleando las secuencias de control ANSI).

This library, written in C, can manage both Windows and Linux consoles. It uses system calls for Windows, and the ANSI control escape sequences for Linux.

Screenshots

Inputting data Showing data

Using this library

Puedes simplemente poner los archivos scrutil.c y scrutil.hen el mismo directorio de tu programa, y añadirlos al sistema de compilación de tu IDE, o simplemente modificar el Makefile dado y teclear make.

Just drop scrutil.c and scrutil.h it in the same directory of your program. Then you can add both files to the compile system of your IDE, or just modify the provided Makefile and type make.

License

MIT License