Add libc.obj wrapper for autoimport

git-svn-id: svn://kolibrios.org@8603 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2021-02-22 15:41:44 +00:00
parent a7a6e91ff1
commit ccc434de43
113 changed files with 1335 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
format ELF
include "__lib__.inc"
fun equ setbuf
fun_str equ 'setbuf'
section '.text'
fun_name db fun_str, 0
section '.data'
extrn lib_name
public fun
fun dd fun_name
lib dd lib_name