Skip to content

Tag: c

cc65 : new functions cget, chline, unlink

Posted on April 27, 2018July 17, 2020 by jede

cputc(unsigned char) This function is in conio.h. It puts a char at the current location. chline (unsigned char number) This function is in conio.h. It displays number of ‘-‘. It’s used to draw a line for example. unlink(char *file) This function remove a file

Posted in cc65, coding cTagged c, cc65

Coding in C : Text mode

Posted on April 26, 2018September 4, 2019 by jede

Clear screen #include <conio.h> #include <stdio.h> int main (int argc,char *argv[]) { clrscr(); } </stdio.h></conio.h>

Posted in coding, coding cTagged c, coding

twitter

Tweets by OrixTwil
jede_at_oric_dot_org
Zerif Lite Developed by ThemeIsle