php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
fpm_clock.h
Go to the documentation of this file.
1 /* (c) 2007,2008 Andrei Nigmatulin */
2
3#ifndef FPM_CLOCK_H
4#define FPM_CLOCK_H 1
5
6#include <sys/time.h>
7
8int fpm_clock_init(void);
9int fpm_clock_get(struct timeval *tv);
10
11#endif
int fpm_clock_init(void)
Definition fpm_clock.c:105
int fpm_clock_get(struct timeval *tv)
Definition fpm_clock.c:110
struct timeval tv
Definition session.c:1280