Updated README file.

This commit is contained in:
LoRd_MuldeR 2022-11-25 01:01:20 +01:00
parent 6c7a9073f8
commit faac252f7f

View File

@ -72,7 +72,9 @@ int main(int argc, char* argv[])
API Reference
=============
This section describes the LibHashSet C99 programming interface.
This section describes the LibHashSet programming interface, as declared in the `<hash_set.h>` header file.
***Note:*** On Microsoft Windows, when using LibHashSet as a "shared" library (DLL), the macro `HASHSET_DLL` must be defined *before* including `<hash_set.h>`! This is **not** required or allowed when using the "static" library.
Types
-----