Sha256: 38064924d0ade3690365d8fd6aac89ee6dacbfa6fcb3e88ee0827de93c862145

Contents?: true

Size: 114 Bytes

Versions: 13

Compression:

Stored size: 114 Bytes

Contents

#pragma once

struct aho_text_t
{
    int id;
    char* text;
    int len;
    struct aho_text_t *prev, *next;
};

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
multi_string_replace-2.0.2 ext/multi_string_replace/aho_text.h
multi_string_replace-2.0.1 ext/multi_string_replace/aho_text.h
multi_string_replace-2.0.0 ext/multi_string_replace/aho_text.h
multi_string_replace-1.0.8 ext/multi_string_replace/aho_text.h
multi_string_replace-1.0.7 ext/multi_string_replace/aho_text.h
multi_string_replace-1.0.6 ext/multi_string_replace/aho_text.h
multi_string_replace-1.0.5 ext/multi_string_replace/aho_text.h
multi_string_replace-1.0.4 ext/multi_string_replace/aho_text.h
multi_string_replace-1.0.3 ext/multi_string_replace/aho_text.h
multi_string_replace-1.0.2 ext/multi_string_replace/aho_text.h
multi_string_replace-1.0.1 ext/multi_string_replace/aho_text.h
multi_string_replace-0.1.1 ext/multi_string_replace/aho_text.h
multi_string_replace-0.1.0 ext/multi_string_replace/aho_text.h