1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-19 07:21:18 +03:00

Cleanup error and info messages

Also moved fd_pinfof to picocom.c and renamed it to pinfo
This commit is contained in:
Nick Patavalis
2017-12-21 15:58:47 +02:00
parent a35a9cb1b7
commit 1b8a19f10e
3 changed files with 40 additions and 45 deletions

2
fdio.h
View File

@ -30,8 +30,6 @@ int fd_vprintf (int fd, const char *format, va_list ap);
int fd_printf (int fd, const char *format, ...);
int fd_pinfof (int quiet, const char *format, ...);
#ifndef LINENOISE
int fd_readline (int fdi, int fdo, char *b, int bsz);