ftp.nice.ch/pub/next/developer/languages/sgml/sp.1.1.1.I.bs.tar.gz#/sp-1.1.1.I.bs/lib/SrInfo.h

This is SrInfo.h in view mode; [Download] [Up]

// Copyright (c) 1994 James Clark
// See the file COPYING for copying permission.

#ifndef SrInfo_INCLUDED
#define SrInfo_INCLUDED

#include "types.h"
#include "StringOf.h"

#ifdef SP_NAMESPACE
namespace SP_NAMESPACE {
#endif

struct SrInfo {
  String<EquivCode> chars;
  int bSequenceLength;
  String<EquivCode> chars2;
};

#ifdef SP_NAMESPACE
}
#endif

#endif /* not SrInfo_INCLUDED */

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.