12345678910 |
- #pragma once
- #include <stdint.h>
- #include <stddef.h>
- // This file was automatically generated with generate-emoji-sequences.py, do not edit manually!
- namespace QuickMedia {
- bool match_emoji_sequence(const unsigned char *str, size_t size, uint32_t sequence[32], size_t &sequence_len, size_t &byte_length);
- }
|