Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
CodeQL library for Swift
codeql/swift-all 4.3.0 (changelog, source)

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)