diff options
Diffstat (limited to 'unix/boot/spp/rpp/ratlibr/getpat.r')
-rw-r--r-- | unix/boot/spp/rpp/ratlibr/getpat.r | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/unix/boot/spp/rpp/ratlibr/getpat.r b/unix/boot/spp/rpp/ratlibr/getpat.r new file mode 100644 index 00000000..ef1dc4a2 --- /dev/null +++ b/unix/boot/spp/rpp/ratlibr/getpat.r @@ -0,0 +1,12 @@ +include defs + +# getpat - convert str into pattern + + integer function getpat (str, pat) + character str (ARB), pat (ARB) + + integer makpat + + return (makpat (str, 1, EOS, pat)) + + end |