kolibrios/programs/develop/ktcc/trunk/lib/librasterworks/cntUTF-8.asm

19 lines
201 B
NASM
Raw Normal View History

format ELF
include "__lib__.inc"
fun equ countUTF8Z
fun_str equ 'cntUTF-8'
section '.text'
fun_name db fun_str, 0
section '.data'
extrn lib_name
public fun
fun dd fun_name
lib dd lib_name