mess822x 1.23
mess822x
Loading...
Searching...
No Matches
Functions | Variables
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 
)

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  )

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  )

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)

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.