2020-10-15 23:20:59 +00:00
|
|
|
format ELF
|
|
|
|
|
|
|
|
include "__lib__.inc"
|
|
|
|
|
|
|
|
fun equ charsFit
|
|
|
|
fun_str equ 'charsFit'
|
|
|
|
|
2021-02-23 20:59:07 +00:00
|
|
|
section '.imp.@.'
|
2020-10-15 23:20:59 +00:00
|
|
|
|
|
|
|
fun_name db fun_str, 0
|
|
|
|
|
|
|
|
section '.data'
|
|
|
|
|
|
|
|
extrn lib_name
|
|
|
|
public fun
|
|
|
|
|
|
|
|
fun dd fun_name
|
|
|
|
lib dd lib_name
|