Predicate asciiPrintable
Gets the ASCII code for char
.
Only the easily printable chars are included (so no newline, tab, null, etc).
Import path
import codeql.util.Strings
int asciiPrintable(string char)
Gets the ASCII code for char
.
Only the easily printable chars are included (so no newline, tab, null, etc).
import codeql.util.Strings
int asciiPrintable(string char)