A2osX/_Docs/KERNEL.md

41 lines
1.1 KiB
Markdown
Raw Normal View History

2016-10-22 08:33:22 +00:00
*** Auto generated by docgen.cmd ***
#K.PStrUprYA
Convert string to UPPERCASE
#K.PStrLwrYA
Convert string to lowercase
##In:
Y,A = PTR to String (PSTRING)
##Out:
Uppercased/lowercased String in Buffer
2016-10-21 21:11:55 +00:00
#K.PStrFTime
2016-10-22 08:33:22 +00:00
Convert S.TIME struct to PSTR
2016-10-21 21:11:55 +00:00
##In :
2016-10-22 08:33:22 +00:00
PUSHW = Dst PTR To PSTR Buf
PUSHW = Src PTR To Format String
2016-10-21 21:11:55 +00:00
%a Abbreviated weekday name : Thu
%A Full weekday name : Thursday
%b Abbreviated month name : Aug
%B Full month name : August
%d Day of the month, zero-padded (01-31)
%H Hour in 24h format (00-23) 14
%I Hour in 12h format (01-12) 02
%m Month as a decimal number (01-12) 08
%M Minute (00-59) 55
%p AM or PM designation PM
%S Second (00-61) 02
%w Weekday as a decimal number with Sunday as 0 (0-6)
%y Year, last two digits (00-99)
%Y Year four digits 2001
2016-10-22 08:33:22 +00:00
PUSHW = Src PTR To S.Time
2016-10-21 21:11:55 +00:00
##Out :
none. always succeed.
2016-10-22 08:33:22 +00:00
#K.PStr2StrArrayYA
##In :
Y,A = PTR to String
##Out :
CC : success
Y,A = PTR to StrArray
X = hMem
CS : error
A = SYS error code