| View previous topic :: View next topic |
| Author |
Message |
hallo007
Joined: 13 May 2006 Posts: 36
|
Posted: Tue Jun 12, 2007 2:58 pm Post subject: psptypes.h |
|
|
just for some information , what data can u8 hold?
it's a typedef i know , will i be able to watch the full source behind header psptypes.h?? |
|
| Back to top |
|
 |
jsharrad
Joined: 20 Oct 2005 Posts: 102
|
Posted: Tue Jun 12, 2007 3:11 pm Post subject: |
|
|
| psptypes.h wrote: |
typedef uint8_t u8;
|
That is the source. It means that its an unsigned 8 bit integer and can hold an integer from 0 to 255. |
|
| Back to top |
|
 |
hallo007
Joined: 13 May 2006 Posts: 36
|
Posted: Tue Jun 12, 2007 9:13 pm Post subject: |
|
|
| oke |
|
| Back to top |
|
 |
|