GRASS 8 Programmer's Manual
8.6.0dev(2026)-f6f2c534ea
Loading...
Searching...
No Matches
strings.h
Go to the documentation of this file.
1
/* MSVC does not have strings.h */
2
#ifndef GRASS_MSVC_STRINGS_H
3
#define GRASS_MSVC_STRINGS_H
4
5
#include <../ucrt/string.h>
6
7
#define strncasecmp _strnicmp
8
#define strcasecmp _stricmp
9
10
#endif
msvc
strings.h
Generated on Sun Apr 12 2026 06:59:19 for GRASS 8 Programmer's Manual by
1.9.8