summaryrefslogtreecommitdiffstats
path: root/time.h
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2020-10-07 07:28:43 -0700
committerKaz Kylheku <kaz@kylheku.com>2020-10-07 07:28:43 -0700
commit59f8d2082b2687669d0ec55213776456bfde9506 (patch)
treeacf8c1c80989f6ed481c066704ccdcef0c04a89f /time.h
parentdff49e8198641254308cf77cc953742acd5ad935 (diff)
downloadtxr-59f8d2082b2687669d0ec55213776456bfde9506.tar.gz
txr-59f8d2082b2687669d0ec55213776456bfde9506.tar.bz2
txr-59f8d2082b2687669d0ec55213776456bfde9506.zip
New function: time-nsec.
* configure: Test for clock_gettime, generating HAVE_CLOCK_GETTIME symbol in config.h. * time.c (time_sec_nsec): New function. (time_init): time-nsec intrinsic registered. * time.h (time_sec_nsec): Declared. * txr.1: Documented.
Diffstat (limited to 'time.h')
-rw-r--r--time.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/time.h b/time.h
index e05691a6..b33531d6 100644
--- a/time.h
+++ b/time.h
@@ -31,6 +31,7 @@ extern val dst_s, gmtoff_s, zone_s;
val time_sec(void);
val time_sec_usec(void);
+val time_sec_nsec(void);
val time_string_local(val time, val format);
val time_string_utc(val time, val format);
val time_fields_local(val time);