This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* kallsyms loader */ | |
/* by goroh_kun */ | |
/* modified from H2enum Version 1.09 */ | |
#include <idc.idc> | |
// returns -1 if symbol is NOT 'space' | |
static is_space(c) | |
{ | |
return strstr(" \t\r\n\b",c); |