view test/callback_suite/make-cstrings.lua @ 496:da5232da6270

- test code: rand-sig now spitting out dyncallish sigs (with ')' end delim and rettype at end), purely for consistency
author Tassilo Philipp
date Mon, 21 Mar 2022 18:11:38 +0100
parents 3e629dc19168
children
line wrap: on
line source

require "config"
for line in io.lines() do
  io.write( '"' .. ccprefix .. line .. '",\n' )
end
io.flush()