tail head cat sleep
QR code linking to this page

Manpage  — FTIME

BEZEICHNUNG

ftime - gibt Datum und Uhrzeit zurück

INHALT

UEBERSICHT

#include <sys/timeb.h>

int ftime(struct timeb *tp);

BESCHREIBUNG

Gib die aktuellen Werte für Datum und Uhrzeit in tp, welches wie folgt deklariert ist:

struct timeb {
        time_t   time;
        unsigned short millitm;
        short    timezone;
        short    dstflag;
};

RÜCKGABEWERT

Diese Funktion gibt immer 0 zurück.

BEMERKUNGEN

Unter Linux ist diese Funktion in einer in einer Kompatibilitaetsbibliothek anstatt im Kernel implementiert.

KONFORM ZU

V7, BSD 4.3
Unter BSD 4.3 ist dieser Aufruf überholt durch
gettimeofday(2) [Englisch].

SIEHE AUCH

time(2)

1. Juli 1996 FTIME (3) Linux

tail head cat sleep
QR code linking to this page


Bitte richten Sie Ihre Kommentare zu diesem Handbuch Seite Service, Ben Bullock. Privacy policy.