Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ Hash_DeleteEntry(lib) — Sprite KS.390

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Hash_DeleteEntry  —  C Library Procedures

NAME

Hash_DeleteEntry − remove an existing entry from a hash table

SYNOPSIS

#include <hash.h> Hash_DeleteEntry(tablePtr, entryPtr)

ARGUMENTS

Hash_Table ∗tablePtr   (in) Table in which to delete entry. 

Hash_Entry ∗entryPtr   (in) Address of entry to delete (must exist in table).  If NULL, the procedure does nothing. 
 

DESCRIPTION

Hash_DeleteEntry removes the given entry from the given table. 
 

KEYWORDS

delete, hash table

Sprite version 1.0  —  December 30, 1988

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026