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

Quelle  wrap_stat.h

  Sprache: C
 

#ifndef _WRAP_STAT_H_INCLUDED_
#define _WRAP_STAT_H_INCLUDED_

/*++
/* NAME
/* wrap_stat 3h
/* SUMMARY
/* mockable stat/lstat wrappers
/* SYNOPSIS
/* #include <wrap_stat.h>
/* DESCRIPTION
/* .nf

 /*
  * System library.
  */

#include <sys/stat.h>

 /*
  * Mockable API.
  */

#ifndef NO_MOCK_WRAPPERS
extern int wrap_stat(const char *, struct stat *);
extern int wrap_lstat(const char *, struct stat *);

#define stat(path, st) wrap_stat(path, st)
#define lstat(path, st) wrap_lstat(path, st)
#endif

/* LICENSE
/* .ad
/* .fi
/* The Secure Mailer license must be distributed with this software.
/* AUTHOR(S)
/* Wietse Venema
/* porcupine.org
/*--*/


#endif

Messung V0.5 in Prozent
C=67 H=94 G=81

¤ Dauer der Verarbeitung: 0.4 Sekunden  (vorverarbeitet am  2026-08-09) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

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 und die Messung sind noch experimentell.