tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Why memcpy is imported ?


From: Daniel Glöckner
Subject: Re: [Tinycc-devel] Why memcpy is imported ?
Date: Fri, 21 Feb 2014 10:48:07 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

On Fri, Feb 21, 2014 at 04:06:12AM -0300, Carlos Montiers wrote:
> with calling to SetConsoleCursorPosition a import for memcpy of
> msvcrt.dll is created, without SetConsoleCursorPosition the memcpy import
> is not there.
> 
> Why memcpy is imported if I not use it in the code?

Because you pass a structure by value.

  Daniel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]