Skip to content
Biscuit Language 0.6.0
File
Initializing search
Biscuit Language 0.6.0
Home
Examples
Examples
First program
Variables
Flow control
Arrays and slices
API
API
Build
Build
Assembly
Unit
BuildMode
add_executable
add_unit
link_library
append_linker_options
get_build_mode
set_build_mode
set_output_dir
enable_testing
STD
STD
OSKind
TypeKind
TypeInfo
TypeInfoInt
TypeInfoReal
TypeInfoFn
TypeInfoPtr
TypeInfoArray
TypeInfoStruct
TypeInfoEnum
TypeInfoVoid
TypeInfoNull
TypeInfoString
TypeInfoType
TypeInfoBool
TypeInfoStructMember
TypeInfoEnumVariant
TypeInfoFnArg
Any
command_line_arguments
_AllocFn
_FreeFn
_PrintLogFn
_Context
_context
panic
print_log
print_warn
print_err
assert
File
File
Table of contents
Declaration
Description
FileOpenMode
file_create
file_open
file_close
file_read_all
file_get_size_bytes
file_real_all_binary
file_write_binary
file_write_string
file_remove_ext
file_get_ext
Math constants
Limits
mem_alloc
mem_calloc
mem_free
mem_copy
mem_set
PRINT_MAX_LENGTH
PrintLogKind
print
eprint
bprint
string_new
string_new_reserved
string_new_cstr
string_copy
string_delete
string_clear
string_append
string_new_concatenate
string_concatenate
string_compare
string_comparen
string_to_f32
string_to_s64
string_to_f32n
string_to_s64n
string_split_by_last
string_replace_all
Table of contents
Declaration
Description
File
Declaration
File
::
*
u8
;
Description
Opaque file handle.
Declared in:
file.bl