Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
99 user(s) are online (58 user(s) are browsing Forums)

Members: 1
Guests: 98

kishigo, more...

Headlines

 
  Register To Post  

typedef file
Just popping in
Just popping in


See User information
I am looking for the include file that specifies all the Amiga specific items such as:

STRPTR
TEXT
int32
int16
int8

etc.

Go to top
Re: typedef file
Just popping in
Just popping in


See User information
exec/types.h

GLOBAL
IMPORT
STATIC
REGISTER

VOID
CONST
VOLATILE

APTR
CONST_APTR
BPTR

BOOL
uint8
int8
uint16
int16
uint32
int32
uint64
int64
float32
float64
TRUE
FALSE

STRPTR
CONST_STRPTR
TEXT


Any others I missed? These are for syntax highlighting in a text editor.

Workbench Explorer - A better way to browse drawers
Go to top
Re: typedef file
Just can't stay away
Just can't stay away


See User information
@mritter0

I'm not sure how thorough you want to be but there is also:

SDK:newlib/include/sys/types.h

Amiga X1000 with 2GB memory & OS 4.1FE + Radeon HD 5450

Go to top
Re: typedef file
Just popping in
Just popping in


See User information
physadr_t
quad_t

u_char
u_short
u_int
u_long

ushort

clock_t
time_t

daddr_t
caddr_t

ino_t

vm_offset_t
vm_size_t

int8_t
u_int8_t
int16_t
u_int16_t
int32_t
u_int32_t
int64_t
u_int64_t
register_t

dev_t

off_t

uid_t
gid_t

pid_t
key_t
ssize_t

_ST_INT32

nlink_t

clockid_t
timer_t

useconds_t
suseconds_t


Should cover it all?

Workbench Explorer - A better way to browse drawers
Go to top
Re: typedef file
Just can't stay away
Just can't stay away


See User information
@mritter0

I would include:

typedef ULONG Object; /* abstract handle */

from SDK:Include/include_h/intuition/classusr.h

Object is used extensively in GUI code.

Amiga X1000 with 2GB memory & OS 4.1FE + Radeon HD 5450

Go to top
Re: typedef file
Just popping in
Just popping in


See User information
Added it. Good call.

What about Class? As in:
Class *ButtonClass;

Workbench Explorer - A better way to browse drawers
Go to top
Re: typedef file
Just popping in
Just popping in


See User information
@mritter

Class is defined in intuition/classes.h

Go to top

  Register To Post

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project