Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site ncrcae.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!bellcore!decvax!mcnc!ncsu!ncrcae!wescott From: wescott@ncrcae.UUCP (Mike Wescott) Newsgroups: net.lang.c Subject: conversion of short to unsigned it Message-ID: <2125@ncrcae.UUCP> Date: Sun, 17-Mar-85 01:37:22 EST Article-I.D.: ncrcae.2125 Posted: Sun Mar 17 01:37:22 1985 Date-Received: Tue, 19-Mar-85 04:42:18 EST Organization: NCR, Columbia, SC Lines: 10 What's the proper conversion of a short to an unsigned int? In otherwords should the conversion be a sign extension of the short treated as an unsigned int after sign extension, or should there be no sign extension? Does K&R say anything? How about the draft C standard? What's your feeling?