Subversion Repositories Kolibri OS

Rev

Rev 8603 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
8603 Boppan 1
format ELF
2
include "__lib__.inc"
8621 turbocat 3
fun      equ __func@telldir
8603 Boppan 4
fun_str  equ 'telldir'
5
section '.text'
6
fun_name db fun_str, 0
7
section '.data'
8
extrn lib_name
8621 turbocat 9
public fun as fun_str
8603 Boppan 10
fun dd fun_name
11
lib dd lib_name