[futurebasic] Re: [FB] FBtoC: typedef usage

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : August 2009 : Group Archive : Group : All Groups

From: Brian Stevens <bstevens33@...>
Date: Mon, 24 Aug 2009 09:13:28 -0700
On Aug 23, 2009, at 8:13 PM, Edwards, Waverly wrote:

> local fn SomeFunc( myRec as ^ CustomEditorViewData )
> local fn SomeFunc( myRec as ptr to CustomEditorViewData )
> local fn SomeFunc( myRec as pointer to CustomEditorViewData )
> local fn SomeFunc( myRec as .CustomEditorViewData ) // I dont know  
> if this syntax is still allow but I dont use it


  FBtoC supports all these formats and all generate exactly the same C  
code.

Brian S