Какой софт лучше?
1.Много фич, которые иногда не работают (криво работают), или всё падает в корку.
2.Мало фич, но всё что есть работает хорошо и стабильно.
@matimatik static bool
cat (
/* Pointer to the beginning of the input buffer. */
char *inbuf,
/* Number of characters read in each read call. */
size_t insize,
/* Pointer to the beginning of the output buffer. */
char *outbuf,
/* Number of characters written by each write call. */
size_t outsize,
/* Variables that have values according to the specified options. */
bool show_nonprinting,
bool show_tabs,
bool number,
bool number_nonblank,
bool show_ends,
bool squeeze_blank)
+--265 строк: {--------------------------------------------------------------------------------