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

Quelle  watchdog.h

  Sprache: C
 

#ifndef _WATCHDOG_H_INCLUDED_
#define _WATCHDOG_H_INCLUDED_

/*++
/* NAME
/* watchdog 3h
/* SUMMARY
/* watchdog timer
/* SYNOPSIS
/* #include "watchdog.h"
 DESCRIPTION
 .nf

 /*
  * External interface.
  */

typedef struct WATCHDOG WATCHDOG;
typedef void (*WATCHDOG_FN) (WATCHDOG *, char *);
extern WATCHDOG *watchdog_create(unsigned, WATCHDOG_FN, char *);
extern void watchdog_start(WATCHDOG *);
extern void watchdog_stop(WATCHDOG *);
extern void watchdog_destroy(WATCHDOG *);
extern void watchdog_pat(void);

/* LICENSE
/* .ad
/* .fi
/* The Secure Mailer license must be distributed with this software.
/* AUTHOR(S)
/* Wietse Venema
/* IBM T.J. Watson Research
/* P.O. Box 704
/* Yorktown Heights, NY 10598, USA
/*--*/


#endif

Messung V0.5 in Prozent
C=93 H=94 G=93

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

*© 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.