forked from KolibriOS/kolibrios
90cf9246ac
console.obj http.ibj InputBox.obj Add header files for apps what dynamically link these libraries. git-svn-id: svn://kolibrios.org@7925 a494cfbc-eb01-0410-851d-a64ba20cac60
10 lines
118 B
NASM
10 lines
118 B
NASM
format ELF
|
|
|
|
include '__lib__.inc'
|
|
|
|
section '.text'
|
|
|
|
public lib_name
|
|
|
|
lib_name db 0x55, 0xAA, lib_name_str, 0
|