Xemu [doxygen]  hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
Functions
basic_text.c File Reference
#include "xemu/emutools.h"
#include "xemu/basic_text.h"
#include <stdlib.h>
#include <strings.h>
Include dependency graph for basic_text.c:

Go to the source code of this file.

Functions

char * xemu_cbm_screen_to_text (char *buffer, const int buffer_size, const Uint8 *v, const int cols, const int rows, const int lowercase)
 
int xemu_cbm_text_to_screen (Uint8 *v, const int cols, const int rows, const char *buffer, const int lowercase)
 

Function Documentation

◆ xemu_cbm_screen_to_text()

char* xemu_cbm_screen_to_text ( char *  buffer,
const int  buffer_size,
const Uint8 v,
const int  cols,
const int  rows,
const int  lowercase 
)

Definition at line 419 of file basic_text.c.

◆ xemu_cbm_text_to_screen()

int xemu_cbm_text_to_screen ( Uint8 v,
const int  cols,
const int  rows,
const char *  buffer,
const int  lowercase 
)

Definition at line 475 of file basic_text.c.

Variable Documentation

◆ screen_code

const Uint8 screen_code

Definition at line 390 of file basic_text.c.

◆ text

const char* text

Definition at line 391 of file basic_text.c.