https://github.com/ibara/getexecname
Get the pathname of a running executable on OpenBSD.
https://github.com/ibara/getexecname
Last synced: 3 months ago
JSON representation
Get the pathname of a running executable on OpenBSD.
- Host: GitHub
- URL: https://github.com/ibara/getexecname
- Owner: ibara
- License: isc
- Created: 2020-08-14T05:46:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-23T21:31:03.000Z (over 3 years ago)
- Last Synced: 2025-04-01T01:51:46.635Z (10 months ago)
- Language: C
- Size: 12.7 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
getexecname(3)
==============
`getexecname(3)` is a function for
[OpenBSD](https://www.openbsd.org/)
that returns the pathname of the running executable, or NULL
if an error occurs.
It can be trivally dropped into your source code or built as
a library.