mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Mostly cosmetic updates
This commit is contained in:
parent
ea0dd3e602
commit
a2b164519f
8 changed files with 130 additions and 86 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* tio - a simple TTY terminal I/O tool
|
||||
* tio - a simple serial terminal I/O tool
|
||||
*
|
||||
* Copyright (c) 2014-2022 Martin Lund
|
||||
*
|
||||
|
|
@ -81,7 +81,7 @@ void print_help(char *argv[])
|
|||
printf("\n");
|
||||
}
|
||||
|
||||
void parse_options(int argc, char *argv[])
|
||||
void options_parse(int argc, char *argv[])
|
||||
{
|
||||
int c;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue