Convenience wrapper for the library headers. More...
#include "config.h"#include "array.h"#include "atoi.h"#include "base64.h"#include "buffer.h"#include "charset.h"#include "ctype2.h"#include "date.h"#include "envlist.h"#include "eqi.h"#include "exit.h"#include "file.h"#include "filter.h"#include "hash.h"#include "list.h"#include "logging2.h"#include "mapping.h"#include "mbyte.h"#include "md5.h"#include "memory.h"#include "message.h"#include "notify.h"#include "notify_type.h"#include "observer.h"#include "path.h"#include "pool.h"#include "prex.h"#include "qsort_r.h"#include "queue.h"#include "random.h"#include "regex3.h"#include "signal2.h"#include "slist.h"#include "state.h"#include "string2.h"#include <time.h>#include <stddef.h>
Include dependency graph for lib.h:Go to the source code of this file.
Macros | |
| #define | FALLTHROUGH |
Functions | |
| time_t | timegm (struct tm *tm) |
| Convert struct tm to time_t seconds since epoch. | |
| int | wcscasecmp (const wchar_t *a, const wchar_t *b) |
| Compare two wide-character strings, ignoring case. | |
Convenience wrapper for the library headers.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file lib.h.
| time_t timegm | ( | struct tm * | tm | ) |
Convert struct tm to time_t seconds since epoch.
| tm | Time to convert to seconds since epoch |
| num | Seconds since epoch |
Definition at line 70 of file timegm.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int wcscasecmp | ( | const wchar_t * | a, |
| const wchar_t * | b ) |
Compare two wide-character strings, ignoring case.
| a | First string |
| b | Second string |
| -1 | a precedes b |
| 0 | a and b are identical |
| 1 | b precedes a |
Definition at line 41 of file wcscasecmp.c.
Here is the caller graph for this function: