Did you know ...
Search Documentation:
PL_lookup_hash_table()
HOME
DOWNLOAD
SWI-Prolog
Sources/building
Docker images
Add-ons
Browse GIT
DOCUMENTATION
Manual
Packages
FAQ
Command line
PlDoc
Bluffers
▶
Prolog syntax
PceEmacs
HTML generation
License
Publications
Rev 7 Extensions
TUTORIALS
Beginner
▶
Getting started
Learn Prolog Now!
Simply Logical
Debugger
Development tools
Advanced
▶
Modules
Grammars (DCGs)
clp(fd)
Printing messages
PlDoc
Web applications
▶
Web applications
Let's Encrypt!
Pengines
Semantic web
▶
ClioPatria
RDF namespaces
Graphics
▶
XPCE
GUI options
Machine learning
▶
Probabilistic Logic Programming
External collections
▶
Meta level tutorials
For packagers
▶
Linux packages
COMMUNITY
IRC
Forum & mailing list
Blog
News
Report a bug
Submit a patch
Submit an add-on
Roadmap (on GitHub)
External links
Contributing
Code of Conduct
Contributors
SWI-Prolog items
COMMERCIAL
WIKI
Login
View changes
Sandbox
Wiki help
All tags
Documentation
Reference manual
Foreign Language Interface
Notes on Using Foreign Code
Foreign hash tables
PL_new_hash_table()
PL_free_hash_table()
PL_lookup_hash_table()
PL_add_hash_table()
PL_del_hash_table()
PL_clear_hash_table()
PL_new_hash_table_enum()
PL_free_hash_table_enum()
PL_advance_hash_table_enum()
Packages
Availability:
C-language interface function
void*
PL_lookup_hash_table
(
hash_table_t table, void *key
)
Return the value matching
key
or
NULL
if
key
does not appear in the table.