Kernel 0.93+

This commit is contained in:
Rémy GIBERT 2020-01-15 10:51:24 +01:00
parent 01cf761aa7
commit 18f8a90a78
6 changed files with 9 additions and 8 deletions

View File

@ -1,7 +1,7 @@
*** Auto generated by docgen.cmd ***
## Copyright
Copyright 2015 - 2019, Remy Gibert and the A2osX contributors.
Copyright 2015 - 2020, Remy Gibert and the A2osX contributors.
# ArgV
@ -178,11 +178,12 @@ searches the environment list to find the environment variable name,
and returns a pointer to the corresponding value string.
## C
`char *getenv(const char *name);`
`char *getenv(const char *name, char *value);`
## ASM
**In:**
`>LDYA name`
`>PUSHW name`
`>PUSHW value`
`>SYSCALL getenv`
## RETURN VALUE

View File

@ -1,7 +1,7 @@
*** Auto generated by docgen.cmd ***
## Copyright
Copyright 2015 - 2019, Remy Gibert and the A2osX contributors.
Copyright 2015 - 2020, Remy Gibert and the A2osX contributors.
# GetProDOSCatSize
Compute space needed for ProDOS Catalog

View File

@ -1,7 +1,7 @@
*** Auto generated by docgen.cmd ***
## Copyright
Copyright 2015 - 2019, Remy Gibert and the A2osX contributors.
Copyright 2015 - 2020, Remy Gibert and the A2osX contributors.
## MD5
Return MD5 Hash for input String

View File

@ -1,7 +1,7 @@
*** Auto generated by docgen.cmd ***
## Copyright
Copyright 2015 - 2019, Remy Gibert and the A2osX contributors.
Copyright 2015 - 2020, Remy Gibert and the A2osX contributors.
## License
A2osX is licensed under the GNU General Public License.

View File

@ -1,7 +1,7 @@
*** Auto generated by docgen.cmd ***
## Copyright
Copyright 2015 - 2019, Remy Gibert and the A2osX contributors.
Copyright 2015 - 2020, Remy Gibert and the A2osX contributors.
# Pak

View File

@ -1,7 +1,7 @@
*** Auto generated by docgen.cmd ***
## Copyright
Copyright 2015 - 2019, Remy Gibert and the A2osX contributors.
Copyright 2015 - 2020, Remy Gibert and the A2osX contributors.
# ARP.Clear
Clear ARP Cache