/usr/share/gnudatalanguage/lib/la_invert.pro is in libgnudatalanguage0 0.9.6v2-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | ;
; A trivial wrap around for LA_INVERT,
; for compatibility because it is used by iCosmo;
; Alain C., 23-JAN-2012
;
function LA_INVERT, input, status=status, double=double
;
return, INVERT(input, status, double=double)
;
end
|