Skip to content
Biscuit Language 0.7.0
File
Initializing search
Biscuit Language 0.7.0
Home
Examples
Examples
First program
Variables
Flow control
Arrays
Slices
Dynamic arrays
Threading
Simple allocator
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
Builtin
Builtin
OSKind
TypeKind
TypeInfoEnum
TypeInfoVoid
TypeInfoNull
TypeInfoString
TypeInfoType
TypeInfoBool
TypeInfoStructMember
TypeInfoEnumVariant
TypeInfoFnArg
Any
TypeInfo
TestCase
CodeLocation
_PrintLogFn
TypeInfoInt
TypeInfoReal
TypeInfoFn
TypeInfoFnGroup
TypeInfoPtr
TypeInfoArray
TypeInfoStruct
_Context
_context
command_line_arguments
OS
OS
os_thread_create
os_thread_join
os_thread_current
os_thread_kill
os_mutex_init
os_mutex_terminate
os_mutex_lock
os_tick_ms
os_get_real_path
os_get_exec_path
os_dlopen
os_dlsym
os_dlclose
os_execute
os_mutex_trylock
os_mutex_unlock
os_sleep_ms
STD
STD
array_init
array_terminate
panic
PrintLogKind
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
array_push
file_write_binary
file_write_string
file_remove_ext
file_get_ext
Math constants
Limits
alloc
calloc
free
memcpy
array_reserve
memset
slice_init
slice_terminate
PRINT_MAX_LENGTH
print
eprint
bprint
boprint
sprint
string_new
array_erase
string_delete
string_clear
string_append
string_concatenate
string_compare
string_to_f32
string_to_s64
string_split_by_last
string_replace_all
file_get_size_bytes
array_clear
file_real_all_binary
file_write_binary
file_write_string
file_remove_ext
file_get_ext
Math constants
Limits
PRINT_MAX_LENGTH
PrintLogKind
print
print_log
eprint
bprint
string_new
string_new_reserved
string_new_cstr
string_copy
string_delete
string_clear
string_append
string_new_concatenate
print_warn
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
print_err
assert
Table of contents
Declaration
Description
File
Declaration
File
::
*
u8
;
Description
Opaque file handle.
Declared in:
file.bl