extern(C) function literals for stubs

Marco Leise Marco.Leise at gmx.de
Wed Jan 22 09:43:23 PST 2014


Can I define them somehow? The use case is defining extern C
functions that contain code to load the real thing from a
library.

  nothrow extern(C) void function(int) someFunc = ???

-- 
Marco



More information about the Digitalmars-d-learn mailing list