doc [ci skip]

- README.md: Removed waffle.io because that service is shutting down.
This commit is contained in:
Justin M. Keyes
2019-03-27 11:11:52 +01:00
parent 943bedfc86
commit 27cd1e07ed
10 changed files with 50 additions and 31 deletions

View File

@@ -1,12 +1,12 @@
// This is an open source non-commercial project. Dear PVS-Studio, please check
// it. PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com
///
/// map.c: khash.h wrapper
///
/// NOTE: Callers must manage memory (allocate) for keys and values.
/// khash.h does not make its own copy of the key or value.
///
//
// map.c: khash.h wrapper
//
// NOTE: Callers must manage memory (allocate) for keys and values.
// khash.h does not make its own copy of the key or value.
//
#include <stdlib.h>
#include <stdbool.h>