/******************************************************************************** ** ** conditions.c - Data structure for homomorphisms search J. D. Mitchell ** ** Copyright (C) 2019 - J. D. Mitchell ** ** This file is free software, see the digraphs/LICENSE. **
********************************************************************************/
#include"conditions.h"
// C headers #include <stdbool.h> // for true, false #include <stdint.h> // for uint16_t, uint64_t #include <stdlib.h> // for free, malloc
// Digraphs headers #include"digraphs-debug.h"// for DIGRAPHS_ASSERT #include"safemalloc.h"
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.