Changeset 1916
- Timestamp:
- 11/10/08 15:44:48 (2 months ago)
- Files:
-
- trunk/bertos/mware/readline.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bertos/mware/readline.h
r1210 r1916 54 54 #include <string.h> 55 55 56 #define HISTORY_SIZE 102456 #define HISTORY_SIZE 32 57 57 58 58 typedef int (*getc_hook)(void* user_data);
