View Single Post
Old 27 October 2021, 12:26   #6
phx
Natteravn
 
phx's Avatar
 
Join Date: Nov 2009
Location: Herford / Germany
Posts: 2,500
Linker library with stub functions:
Code:
fd2pragma special 12 to vlibos3: hunkname CODE regex.fd
Proto header file:
Code:
fd2pragma special 38 to vincludeos3:proto regex.fd
Header file with vbcc assembler inline calls:
Code:
fd2pragma special 70 voidbase to vincludeos3:inline regex.fd clib path_to/clib/regex_protos.h
Or use the portable fd2pragma-syntax when running it under Unix/MacOS/Windows: -s to special, -t for to, -c for clib,m -i for the FD-file, etc.
phx is offline  
 
Page generated in 0.04545 seconds with 11 queries