mirror of
https://github.com/A2osX/A2osX.git
synced 2025-03-25 02:33:17 +00:00
Kernel 0.93+
This commit is contained in:
parent
01cf761aa7
commit
18f8a90a78
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user