![]() ![]() | ![]() |
version 1.1, 2014/07/30 08:16:46 | version 1.1.1.2, 2021/03/17 01:01:01 |
---|---|
Line 38 | Line 38 |
#define STREQN(a, b, n) ((n == 0) ? (1) \ | #define STREQN(a, b, n) ((n == 0) ? (1) \ |
: ((a)[0] == (b)[0] && strncmp(a, b, n) == 0)) | : ((a)[0] == (b)[0] && strncmp(a, b, n) == 0)) |
extern int history_offset; | int hist_erasedups (void); |
static void | static void |
usage() | usage() |
{ | { |