#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <dirent.h>
#include <unistd.h>
#include <math.h>
#include <string.h>
#include <fcntl.h>
#include <sys/stat.h>
#include "shef_structs_external.h"
Go to the source code of this file.
|  | 
| void | shtadj (short int *lyear, short int *lmon, short int *lday, short int *lhour, short int *lmin, short int *lsec, short int *kadj, short int *iadj, short int *status) | 
|  | 
◆ _POSIX_SOURCE
◆ shtadj()
      
        
          | void shtadj | ( | short int * | lyear, | 
        
          |  |  | short int * | lmon, | 
        
          |  |  | short int * | lday, | 
        
          |  |  | short int * | lhour, | 
        
          |  |  | short int * | lmin, | 
        
          |  |  | short int * | lsec, | 
        
          |  |  | short int * | kadj, | 
        
          |  |  | short int * | iadj, | 
        
          |  |  | short int 	 * | status | 
        
          |  | ) |  |  |