How to build va_list on 64bit Intel/darwin?
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com hi- thanks!- -lance _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... On 32-bit, I can build a va_list by hand (using simple pointer arithmetic) and call functions that accept va_list. But, on 64-bit the va_list changed and the way I build va_list on 32- bit does not work. Are there some functions that I can uses to push variables onto the va_list (stack)? - maybe even cross-platform GNU functions? ... ANSI-C defines how to pop them off, but I can't find a good way to push them on. This email sent to site_archiver@lists.apple.com
participants (1)
-
lbland