mess822x 1.24
mess822x
Loading...
Searching...
No Matches
leapsecs.h File Reference
#include "tai.h"
Include dependency graph for leapsecs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int leapsecs_init (void)
int leapsecs_read (void)
void leapsecs_add (struct tai *, int)
int leapsecs_sub (struct tai *)

Variables

struct tai * leapsecs
int leapsecs_num

Function Documentation

◆ leapsecs_add()

void leapsecs_add ( struct tai * t,
int hit )
extern

Definition at line 9 of file leapsecs_add.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ leapsecs_init()

int leapsecs_init ( void )
extern

Definition at line 5 of file leapsecs_init.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ leapsecs_read()

int leapsecs_read ( void )
extern

Definition at line 14 of file leapsecs_read.c.

Here is the caller graph for this function:

◆ leapsecs_sub()

int leapsecs_sub ( struct tai * t)
extern

Definition at line 9 of file leapsecs_sub.c.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ leapsecs

struct tai* leapsecs
extern

Definition at line 11 of file leapsecs_read.c.

◆ leapsecs_num

int leapsecs_num
extern

Definition at line 12 of file leapsecs_read.c.