site_archiver@lists.apple.com Delivered-To: Darwin-dev@lists.apple.com Newbie question 1: Newbie question 2: Regards, Waz _______________________________________________ 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... There are ntohl htonl ntohs htons functions that translate between host and network byte order for integer variables. Is there a need to worry about network byte ordering for floating point numbers such as float or double? Also there are commonly defined integer value types like uint32_t or int16_t (usually in stdint.h). Is there a float32_t (for float) or float64_t (for double)? This email sent to site_archiver@lists.apple.com