From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- noao/rv/rvidlines/idnoextn.x | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 noao/rv/rvidlines/idnoextn.x (limited to 'noao/rv/rvidlines/idnoextn.x') diff --git a/noao/rv/rvidlines/idnoextn.x b/noao/rv/rvidlines/idnoextn.x new file mode 100644 index 00000000..6c82d778 --- /dev/null +++ b/noao/rv/rvidlines/idnoextn.x @@ -0,0 +1,11 @@ +# ID_NOEXTN -- Remove standard image extensions. + +procedure id_noextn (image) + +char image[ARB] # Image name + +int strlen() + +begin + call xt_imroot (image, image, strlen (image)) +end -- cgit