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
35
bool
isValidDate
(
int
year,
int
month,
int
day);
36
// end of group
38
#endif
isValidDate
bool isValidDate(int year, int month, int day)
Test if given combination of year, month and day is a valid date.
src
date-check.h
Generated by
1.16.1