From 200a70765a503fc94b546e5a52fdd90a59eee3b3 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 2 Apr 2025 06:02:35 +0000 Subject: Add sagetexecname() and all the necessary infrastructure Signed-off-by: Laurent Bercot --- doc/libstddjb/djbunix.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/libstddjb/djbunix.html') diff --git a/doc/libstddjb/djbunix.html b/doc/libstddjb/djbunix.html index 39b100c..63eca54 100644 --- a/doc/libstddjb/djbunix.html +++ b/doc/libstddjb/djbunix.html @@ -690,6 +690,12 @@ Appends the machine's hostname to *sa. Returns 0 if it succeeds and -1 (and sets errno) if it fails.

+

+ int sagetexecname (stralloc *sa)
+Appends the full path of the current executable to *sa. +Returns 0 if it succeeds and -1 (and sets errno) if it fails. +

+

Temporization

-- cgit v1.3.1