C语言input.c中的这个语句是什么意思

#ifndef _UNICODE
*(char *)pointer = (char)ch;
pointer = (char *)pointer + 1;

第1个回答  2010-05-07
字符串ch 向右移一个字符(1个字节)
相似回答
大家正在搜