Skip to contents

Load text data from file (read), returns a '\0' terminated string.

Usage

load_file_text(file_name)

Arguments

file_name

A string.

Value

A string

Note

This function has been auto-generated from the following Raylib function definition:

char * LoadFileText(const char * fileName);

Examples

if (FALSE) {
load_file_text("file.png")
}