Load text data from file (read), returns a '\0' terminated string.
Note
This function has been auto-generated from the following Raylib function definition:
*LoadFileText(const char *fileName); char
See also
Other file functions:
file_exists()
,
get_file_extension()
,
get_file_mod_time()
,
get_file_name_without_ext()
,
get_file_name()
,
is_file_dropped()
,
is_file_extension()
Other text functions:
draw_text_codepoint()
,
draw_text_ex()
,
draw_text_pro()
,
draw_text()
,
image_draw_text_ex()
,
image_draw_text()
,
image_text_ex()
,
image_text()
,
measure_text_ex()
,
measure_text()
,
text_find_index()
,
text_insert()
,
text_replace()
,
text_to_integer()
,
text_to_lower()
,
text_to_pascal()
,
text_to_upper()