;  Assembler include file for the GNU regular expression library.
;  Edwin Hoogerbeets 18/07/89
;
;  This file may be copied and distributed under the GNU Public
;  Licence. See the comment at the top of regex.c for details.
;
;  Adapted from Elib by Jim Mackraz and mklib by Edwin Hoogerbeets.
;

        include 'exec/types.i'
        include 'exec/libraries.i'

        LIBINIT
        LIBDEF _LVOre_initialize_buffer
        LIBDEF _LVOre_terminate_buffer
        LIBDEF _LVOre_compile_pattern
        LIBDEF _LVOre_compile_fastmap
        LIBDEF _LVOre_search
        LIBDEF _LVOre_search_2
        LIBDEF _LVOre_match
        LIBDEF _LVOre_match_2

        public _RegexBase
        public ___Upcase

        public _re_BSD_initialize
        public _re_BSD_terminate
        public _re_comp
        public _re_exec



