Differences From Artifact [a4fc0d15cc]:
- File misc.h — part of check-in [8baaaf38f8] at 2005-04-19 13:58:29 on branch trunk — Pull out parsing of ^C style strings from the terminal answerback code to its own function, since I'll be wanting it for `terminal-modes'. (user: jacob size: 3632)
To Artifact [381951b295]:
- File misc.h — part of check-in [7932188e51] at 2006-04-23 13:26:03 on branch trunk — Sprinkle some header comments in various files in an attempt to explain what they're for. (user: jacob size: 3662)
1 2 3 4 5 6 7 | #ifndef PUTTY_MISC_H #define PUTTY_MISC_H #include "puttymem.h" #include <stdio.h> /* for FILE * */ #include <stdarg.h> /* for va_list */ | > > > > | 1 2 3 4 5 6 7 8 9 10 11 | /* * Header for misc.c. */ #ifndef PUTTY_MISC_H #define PUTTY_MISC_H #include "puttymem.h" #include <stdio.h> /* for FILE * */ #include <stdarg.h> /* for va_list */ |
| ︙ | ︙ |