Re: How does the Swift Darwin module work?
Re: How does the Swift Darwin module work?
- Subject: Re: How does the Swift Darwin module work?
- From: Rick Mann <email@hidden>
- Date: Sat, 18 Oct 2014 19:23:47 -0700
> On Oct 18, 2014, at 19:17 , Roland King <email@hidden> wrote:
>
>
>> On 19 Oct 2014, at 10:11 am, Rick Mann <email@hidden> wrote:
>>
>> Wait, if variadic calls aren't supported, how is it that NSLog() can be called?
>>
>
> Probably has a version which takes a va_list.
>
> type
>
> import Swift
>
> at the top of your swift file then Cmd Click on ‘Swift’ and you’ll find all sorts of interesting stuff. In this case see CVarArgType and friends. s
>
Ah, interesting. Makes sense. Yeah, pity fcntl() and friends don't have va_list versions.
--
Rick Mann
email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden