ObjFW  Diff

Differences From Artifact [14e7795c0f]:

To Artifact [11e23bd91e]:


15
16
17
18
19
20
21


22
23
24
25
26
27
28
 */

#include "config.h"

#include <string.h>

#include <time.h>



const char*
of_strptime(const char *buffer, const char *format, struct tm *tm)
{
	enum {
		SEARCH_CONVERSION_SPECIFIER,
		IN_CONVERSION_SPECIFIER







>
>







15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 */

#include "config.h"

#include <string.h>

#include <time.h>

#include "macros.h"

const char*
of_strptime(const char *buffer, const char *format, struct tm *tm)
{
	enum {
		SEARCH_CONVERSION_SPECIFIER,
		IN_CONVERSION_SPECIFIER