Handbook
Glossary
text-replace-alloc ( text search replacement -- c-string )
Vocabulary
raylib
Inputs
text
a
c-string
search
a
c-string
replacement
a
c-string
Outputs
c-string
a
c-string
Word description
Replace text string with new string
Warning
Memory must be MemFree()!
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
text-replace-alloc
c-string
TextReplaceAlloc
(
c-string
text,
c-string
search,
c-string
replacement )