ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
date2yyyymm.h
Go to the documentation of this file.
1#ifndef DATE2YYYYMM_H
2#define DATE2YYYYMM_H
3
4#include "stralloc.h"
5
6extern unsigned int date2yyyymm(const char *);
7extern int dateline(stralloc *, unsigned long);
8
9#endif
10
unsigned int date2yyyymm(const char *)
Definition date2yyyymm.c:18
int dateline(stralloc *, unsigned long)
Definition dateline.c:20