psptypes.h

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
hallo007
Posts: 36
Joined: Sat May 13, 2006 6:15 pm

psptypes.h

Post by hallo007 »

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??
jsharrad
Posts: 100
Joined: Thu Oct 20, 2005 3:06 am

Post by jsharrad »

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.
hallo007
Posts: 36
Joined: Sat May 13, 2006 6:15 pm

Post by hallo007 »

oke
Post Reply