Import the current wip animation datatype and subclasses. further development will...
[AROS.git] / workbench / classes / datatypes / text / support.h
blobbfed0f4b3ef21e5d7c5b617f9a6db391ec9a1fe4
2 struct MinNode * Node_Next(APTR node);
3 struct MinNode * Node_Prev(APTR node);
4 struct MinNode * List_First(APTR list);
5 struct MinNode * List_Last(APTR list);
6 ULONG List_Length(APTR list);
7 struct MinNode * List_Find(APTR list, ULONG num);
8 STRPTR StrCopy( const STRPTR str );
9 STRPTR StrCopyPool( APTR pool, const STRPTR str );
10 STRPTR StrNCopyPool( APTR pool, const STRPTR str, LONG len);
11 LONG GetFileSize( BPTR fileh );
12 struct IFFHandle * PrepareClipboard(void);
13 VOID FreeClipboard(struct IFFHandle *iff);
15 struct Region *installclipregion (struct Layer *l, struct Region *r);