$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Style] Import a C function with wrong signature on purpose
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2016-05-02 17:22:56
On Tuesday, 3 May 2016 00:21:38 MSK Klemens
Morgenstern wrote:
> But I guess if I do that
>
> void f(unsigned int) __asm__("f");
>
> I'll be tarred and feathered.
Does that work with __dllimport functions?