Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Postfix/src/util/   (Postfix Mailserver Version 3.11©)  Datei vom 4.3.2021 mit Größe 334 B image not shown  

 dict_debug.h   Interaktion und
Portierbarkeitunbekannt

 
#ifndef _DICT_DEBUG_H_INCLUDED_
#define _DICT_DEBUG_H_INCLUDED_

/*++
/* NAME
/* dict_debug 3h
/* SUMMARY
/* dictionary manager interface for "debug" tables
/* SYNOPSIS
/* #include <dict_debug.h>
/* DESCRIPTION
/* .nf

 /*
  * Utility library.
  */

#include <dict.h>

 /*
  * External interface.
  */

#define DICT_TYPE_DEBUG "debug"

extern DICT *dict_debug_open(const char *, intint);

/* LICENSE
/* .ad
/* .fi
/* The Secure Mailer license must be distributed with this software.
/* AUTHOR(S)
/* Richard Hansen <rhansen@rhansen.org>
/*--*/


#endif

Messung V0.5 in Prozent
C=72 H=96 G=84

[Konzepte0.16Was zu einem Entwurf gehörtWie die Entwicklung von Software durchgeführt wird2026-08-08]