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

View File

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

View File

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

View File

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

View File

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

View File

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