HAZE
haze is a drop-in replacement to process water vapor to be used with FORCE
Loading...
Searching...
No Matches
date-check.h
1#ifndef DATECHECK_H
2#define DATECHECK_H
3
16
17#include <stdbool.h>
18
35bool isValidDate(int year, int month, int day);
36 // end of group
38#endif
bool isValidDate(int year, int month, int day)
Test if given combination of year, month and day is a valid date.