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