I have a struct of values for a date.
struct date
{
    int day;
    int month;
    int year;
};
开发者_JS百科Are there any libraries for C for quick and easy date validation.
The standard C library function mktime() will convert year/month/day (really a full struct tm) to a time_t, and tell you if something went wrong.
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论