Name 68kppc Description
Abs() YesYes absolute value
AllocVecPooled() YesNo allocate memory
And() YesInl bit and
BitCount() YesNo count of bits in long
BitSize() YesNo size of bit field in long
Bounds() YesNo bound a value
Box() YesNo draw a box
Byte() YesInl get a byte
Circle() YesNo draw a circle
CloseS() YesNo close a screen
CloseW() YesNo close a window
Colour() YesNo set default colour
CtrlC() YesYes check if Ctrl+C pressed
CtrlD() YesYes check if Ctrl+D pressed
CtrlE() YesYes check if Ctrl+E pressed
CtrlF() YesYes check if Ctrl+F pressed
Double() YesInl get a double
Ellipse() YesNo draw an ellipse
EOr() YesInl bit exclusive or
EStrAdd() YesNo add to e-string
EStrCopy() YesNo copy to e-string
EStringF() YesNo format e-string
EStrLen() YesInl length of an e-string
EStrMax() YesInl maximal length of an e-string
Even() YesNo returns TRUE in value is even
FileLength() YesNo returns file length
Float() YesInl get a float
Free() YesNo free a memory
FreeVecPooled() YesNo frees a pooled memory
HiBit() YesYes highest bit in long
HiChar() YesYes make the character upper
Inp() YesNo reads byte from a file
InStr() YesNo position of str b in str a
IsAlpha() YesYes true if the character is a letter
IsBin() YesYes true if the character is a binary number
IsHex() YesYes true if the character is a hexadecimal number
IsNum() YesYes true if the character is a decimal number
KickVersion() YesNo true if given version is lower of equal to system
Line() YesNo draw a line
LoBit() YesYes lowest bit in long
LoChar() YesYes make the character lower
Long() YesInl get a long
LowerStr() YesYes translates str to lower case
Max() YesYes bigger of two
MidEStr() YesNo copy somewhere to e-string
Min() YesYes smaller of two
Mouse() YesYes check if mouse pressed
MouseX() YesInl mouse position x
MouseXY() YesInl mouse position x,y
MouseY() YesInl mouse position y
Neg() YesInl negative value
New() YesNo internal function: allocate memory
NewM() YesNo internal function: allocate memory or raise
NewR() YesNo internal function: allocate memory with type
NewEStr() YesNo allocate new e-string
Not() YesInl inverse value
Odd() YesNo returns TRUE in value is odd
OpenS() YesNo open a screen
OpenW() YesNo open a window
Or() YesInl bit or
OStrCmp() YesNo compares two strings ordered
Out() YesNo writes byte to a file
Plot() YesNo draw a pixel
Pow() YesYes power
PutByte() YesInl put a byte/ubyte
PutDouble() YesInl put a double
PutFloat() YesInl put a float
PutLong() YesInl put a long/ulong
PutWord() YesInl put a word/uword
ReadEStr() YesNo read string from file/stdio
RealEStr() YesNo contert double into an e-string
RealStr() YesNo contert double into a string
RealVal() YesNo contert string into a double
ReEStr() YesNo update changed e-string
RemEStr() YesNo free allocated e-string
RightEStr() YesNo copy some chars from right side of e-string to an e-string
Rnd() YesNo random number
RndQ() YesYes random number quick
Rol() YesInl roll number left
Ror() YesInl roll number rigth
SetColour() YesNo set screen colour
SetEStr() YesNo set e-string length
SetStdRast() YesNo set default rastport
Shl() YesInl shift number left
Shr() YesInl shift number rigth
Sign() YesYes sign of a value
SizePooled() YesNo size of AllocVecPooled() memory chunk
StrAdd() YesYes add to string
StrCmp() YesYes compare two strings
StrCopy() YesYes copy to string
StringF() YesYes format string
StrLen() YesYes length of a string
TrimStr() YesYes skip white spaces in a string
UByte() YesInl get an unsigned byte
ULong() YesInl get an (unsigned) long
UWord() YesInl get an unsigned word
Val() YesNo convert string to number
WaitIMessage() YesNo wait for window's message
Word() YesInl get a word
98 98 52

Yes = the function is in powerd.lib (resp. powerd_ppc.lib).
No = the function isn't in powerd.lib yet.
Inl = the function is inlined.