Difference: DynamicLinkingAndTheCALLStatement (2 vs. 3)

Revision 32016-02-19 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="DeveloperTips"

Dynamic Linking and the CALL Statement

Contents :

Line: 180 to 188
 void func( int * x ) { printf( "inside of func - called with %d\n", *x );
Changed:
<
<
>
>
*x=55;
 }

#ifdef __cplusplus

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback