Subversion Repositories Kolibri OS

Rev

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

Rev Author Line No. Line
8101 superturbo 1
format ELF
2
 
3
include "__lib__.inc"
4
 
5
fun      equ msgbox_create
6
fun_str  equ 'mb_create'
7
 
8605 Boppan 8
section '.imp.@.'
8101 superturbo 9
 
10
fun_name db fun_str, 0
11
 
12
section '.data'
13
 
14
extrn lib_name
15
public fun
16
 
17
fun dd fun_name
18
lib dd lib_name