CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 1 match
CCS Forum Index
Author Message
  Topic: Array addressing different returned values
komandor

Replies: 3
Views: 11537

PostForum: General CCS C Discussion   Posted: Tue Jul 31, 2018 6:01 am   Subject: Array addressing different returned values
Hello!

I noticed problem, I have a table declared:

int16 const crctab[256]={0x00 0x1D 0x3A.....0xFE 0xD9 0xC4};

I declared it as int16 and now

int8 index=160;
putc( ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group