version 1.17, 2020/09/01 23:19:55
|
version 1.17.2.1, 2022/10/13 21:29:15
|
Line 12 terms:
|
Line 12 terms:
|
All of the documentation and software included in the ELWIX and AITNET |
All of the documentation and software included in the ELWIX and AITNET |
Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org> |
Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org> |
|
|
Copyright 2004 - 2020 | Copyright 2004 - 2022 |
by Michael Pounov <misho@elwix.org>. All rights reserved. |
by Michael Pounov <misho@elwix.org>. All rights reserved. |
|
|
Redistribution and use in source and binary forms, with or without |
Redistribution and use in source and binary forms, with or without |
Line 978 cliInit(int fin, int fout, const char *prompt)
|
Line 978 cliInit(int fin, int fout, const char *prompt)
|
linebuffer_t *cli_buffer; |
linebuffer_t *cli_buffer; |
bindkey_t *keys; |
bindkey_t *keys; |
register int i; |
register int i; |
char szPrompt[STRSIZ] = {[0 ... STRSIZ - 1] = 0}; | char szPrompt[STRSIZ + 16] = {[0 ... STRSIZ + 15] = 0}; |
|
|
/* init buffer */ |
/* init buffer */ |
cli_buffer = e_malloc(sizeof(linebuffer_t)); |
cli_buffer = e_malloc(sizeof(linebuffer_t)); |