```{index} single: termios_getcc; POSIX function ``` ```{index} single: POSIX::termios_getcc; Perl function ``` # termios_getcc Value of a special control character in the termios structure. ## Synopsis ```perl use POSIX qw(VINTR VEOF); my $intr = $t->getcc(VINTR); # Ctrl-C byte ``` ## Edge cases - Indices beyond the `NCCS` bound croak with `Bad getcc subscript`. ## Differences from upstream Fully compatible with upstream POSIX.