Sha256: 1646cfa79694068c4836ccd10c96fb837df7369871c84af8a97937c589c2bd60

Contents?: true

Size: 312 Bytes

Versions: 8

Compression:

Stored size: 312 Bytes

Contents

// Copyright (c) 2019 Peter Ohler. All rights reserved.

#ifndef OJ_UTIL_H
#define OJ_UTIL_H

#include <stdint.h>

typedef struct _timeInfo {
    int sec;
    int min;
    int hour;
    int day;
    int mon;
    int year;
} *TimeInfo;

extern void	sec_as_time(int64_t secs, TimeInfo ti);

#endif /* OJ_UTIL_H */

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
oj-3.11.3 ext/oj/util.h
oj-3.11.2 ext/oj/util.h
oj-3.11.1 ext/oj/util.h
oj-3.11.0 ext/oj/util.h
oj-3.10.18 ext/oj/util.h
oj-3.10.17 ext/oj/util.h
oj-3.10.16 ext/oj/util.h
oj-3.10.15 ext/oj/util.h