Ruby
4.0.6p0 (2026-07-14 revision 03b6d3f8898a28604fe6cb00eae3226b821168f4)
prism
util
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
30
int
pm_strncasecmp(
const
uint8_t *string1,
const
uint8_t *string2,
size_t
length);
31
32
#endif
defines.h
Macro definitions used throughout the prism library.
Generated by
1.18.0