Case.h
Go to the documentation of this file.
1 // This file is part of the MercuryDPM project (https://www.mercurydpm.org).
2 // Copyright (c), The MercuryDPM Developers Team. All rights reserved.
3 // License: BSD 3-Clause License; see the LICENSE file in the root directory.
4 
8 char* strtolower(char* str);
9 
13 char* strtoupper(char* str);
14 
18 int strcicmp(const char* s1, const char* s2);
char * strtolower(char *str)
Converts a string to all lower case.
Definition: Case.cc:15
char * strtoupper(char *str)
Converts a string to all upper case.
Definition: Case.cc:27
int strcicmp(const char *s1, const char *s2)
Case-insensitive string comparison.
Definition: Case.cc:41
str
Definition: compute_granudrum_aor.py:141