Yahoo Groups archive

Lpc2000

Index last updated: 2026-04-28 23:31 UTC

Message

Re: [lpc2000] C-code question

2006-03-25 by Dave Hylands

Hi heedaf,

> In the following sample code does anyone know what tS8 (tS8 retCode
> = 0;) do/mean?  It is contained in a .h file.

>   tS8 retCode = 0;

This declares a variable called retCode using a type called tS8 and
initializes it to zero. The tS8 type is probably declared somewhere
like this:

typedef signed cahr tS8;

--
Dave Hylands
Vancouver, BC, Canada
http://www.DaveHylands.com/

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.