CMSC23700 Common Code Library
Support code for CS23700 programming projects
|
Go to the source code of this file.
Macros | |
#define | CS237_BINARY_DIR "/Users/jhr/Classes/23700/f2023/solutions/build" |
the path to the root of the build directory | |
#define | CS237_SOURCE_DIR "/Users/jhr/Classes/23700/f2023/solutions" |
the path to the root of the source directory | |
#define | INCLUDE_STRINGS_H <strings.h> |
if <strings.h> is available and needed for strncasecmp | |
#define | HAVE_STRNCASECMP |
is strncasecmp available? | |
Generated configuration file
#define CS237_BINARY_DIR "/Users/jhr/Classes/23700/f2023/solutions/build" |
the path to the root of the build directory
#define CS237_SOURCE_DIR "/Users/jhr/Classes/23700/f2023/solutions" |
the path to the root of the source directory
#define HAVE_STRNCASECMP |
is strncasecmp available?
#define INCLUDE_STRINGS_H <strings.h> |
if <strings.h> is available and needed for strncasecmp