libstl-c

C STL file-format library
git clone https://git.sinitax.com/sinitax/libstl-c
Log | Files | Refs | LICENSE | sfeed.txt

libstl.lds (60B)


      1LIBSTL_1.0 {
      2	global:
      3		stl_init;
      4		stl_feed;
      5	local: *;
      6};