| 201:b61c2b90f19c | 202:6960625e62e0 |
|---|---|
| 48 * @param len the length of the buffer | 48 * @param len the length of the buffer |
| 49 * @return 0 if reading is in progress and 1 when a complete line is read | 49 * @return 0 if reading is in progress and 1 when a complete line is read |
| 50 */ | 50 */ |
| 51 int asyncgetnstr(char *str, size_t *pos, size_t len); | 51 int asyncgetnstr(char *str, size_t *pos, size_t len); |
| 52 | 52 |
| 53 int input_getmaxy(void); | |
| 53 | 54 |
| 54 #ifdef __cplusplus | 55 #ifdef __cplusplus |
| 55 } | 56 } |
| 56 #endif | 57 #endif |
| 57 | 58 |