Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add information so that people can determine what functions are extended and what additional functions are provided #64

Open
MikeFultonDev opened this issue Jun 18, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@MikeFultonDev
Copy link
Collaborator

I went to the docs and couldn't figure out if a function was available or not. 3 Examples came up that I tried to find:

  • tempnam (which I don't think is supported)
  • freopen (which I don't think is supported)
  • open and fopen (which were supported but I couldn't find them)

This would seem the most common case someone would go to the docs for and yet I gave up and grep'ed the code.

A simple solution would be to just have a list of functions that extend the core z/OS functions. A link would be great, but even the name of the file would be ok to start.
Also the services you provide would be handy to show too (e.g. __setdcssid).

@MikeFultonDev MikeFultonDev added the documentation Improvements or additions to documentation label Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant