|
_load_library :: proc(path: string, global_symbols := false) -> (Library, bool) {
|
|
_load_library :: proc(path: string, global_symbols := false) -> (Library, bool) {
|
|
_symbol_address :: proc(library: Library, symbol: string) -> (ptr: rawptr, found: bool) {
|
|
_symbol_address :: proc(library: Library, symbol: string) -> (ptr: rawptr, found: bool) {
|