libPeConv
A library to load, manipulate, dump PE files.
Loading...
Searching...
No Matches
Macros
exports_lookup.cpp File Reference
#include "peconv/exports_lookup.h"
#include "peconv/util.h"
#include "peconv/logger.h"

Go to the source code of this file.

Macros

#define TO_LOWERCASE(c1)   c1 = (c1 <= 'Z' && c1 >= 'A') ? c1 = (c1 - 'A') + 'a': c1;
 

Macro Definition Documentation

◆ TO_LOWERCASE

#define TO_LOWERCASE (   c1)    c1 = (c1 <= 'Z' && c1 >= 'A') ? c1 = (c1 - 'A') + 'a': c1;

Definition at line 23 of file exports_lookup.cpp.