On Mon, Jun 15, 2015 at 09:47:04AM +0900, Dean.lee wrote:
On 2015년 06월 13일 00:28, Greg KH wrote:
quoted
On Fri, Jun 12, 2015 at 02:39:08PM +0900, Dean Lee wrote:
quoted
change own data type(WILC_Char) to common data type(s8)
Why not just 'char'?
And you are using these in "strings", so why not u8?
thanks,
greg k-h
i research some documents for change to common data type.
that's saying 's8' is 'signed char'.
'WILC_Char' is redefine 'char'. so i changed 'WILC_Char' to 's8'
Then stick to 'char', don't change the type.
thanks,
greg k-h