Use another language to call a function: Difference between revisions

Content deleted Content added
Sonia (talk | contribs)
Go solution
Sonia (talk | contribs)
No edit summary
Line 1:
{{task|Programming environment operations}}
{{clarified-review}}
This task is inverse to the task [[Call foreign language function]]. Consider the following [[C]] program:
<lang c>#include <stdio.h>
Line 8 ⟶ 9:
{
char Buffer [1024];
unsignedsize_t Size = sizeof (Buffer);
if (0 == Query (Buffer, &Size))