Ruby 3.5.0dev (2025-08-27 revision d9e9a667a8c8fb6f57611c68b45eaf1f2c39fca1)
pm_strncasecmp.h
Go to the documentation of this file.
1
6#ifndef PRISM_STRNCASECMP_H
7#define PRISM_STRNCASECMP_H
8
9#include "prism/defines.h"
10
11#include <ctype.h>
12#include <stddef.h>
13#include <stdint.h>
14
30int pm_strncasecmp(const uint8_t *string1, const uint8_t *string2, size_t length);
31
32#endif
int pm_strncasecmp(const uint8_t *string1, const uint8_t *string2, size_t length)
Compare two strings, ignoring case, up to the given length.
Macro definitions used throughout the prism library.