BEGIN { FS = ":" }
/^NET/ {
ip = $2;
while (substr(ip,1,1) == " ") ip = substr(ip,2,length(ip)-1);
while (substr(ip,length(ip),1) == " ") ip = substr(ip,1,length(ip)-1);
name = $3;
while (su
/* memmove -- copy memory regions of arbitary length
Copyright (C) 1991 Free Software Foundation, Inc.
This file is part of the libiberty library.
Libiberty is free software; you can redistribute
/* memmove -- copy memory regions of arbitary length
Copyright (C) 1991 Free Software Foundation, Inc.
This file is part of the libiberty library.
Libiberty is free software; you can redistribute
/* $Revision: 1.1 $
**
*/
#include
#include
#include "configdata.h"
#include "nntp.h"
#include "clibrary.h"
/*
** See if an article is longer than the NNTP line-length limi
/* bits.c -- output variable-length bit strings
* Copyright (C) 1992-1993 Jean-loup Gailly
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Pub