Sha256: 3f782a53135206732d1a723854c105bc75482d1fe3c56bd17c5b155bf9a7e3ee

Contents?: true

Size: 313 Bytes

Versions: 25

Compression:

Stored size: 313 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

25 entries across 25 versions & 2 rubygems

Version Path
oj-3.10.14 ext/oj/util.h
oj-3.10.13 ext/oj/util.h
oj-3.10.12 ext/oj/util.h
oj-3.10.11 ext/oj/util.h
oj-3.10.10 ext/oj/util.h
oj-3.10.9 ext/oj/util.h
oj-3.10.8 ext/oj/util.h
oj-3.10.7 ext/oj/util.h
oj-3.10.6 ext/oj/util.h
oj-3.10.5 ext/oj/util.h
oj-3.10.3 ext/oj/util.h
oj-3.10.2 ext/oj/util.h
oj-3.10.1 ext/oj/util.h
zuora_connect_ui-0.10.0 vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/util.h
oj-3.10.0 ext/oj/util.h
oj-3.9.2 ext/oj/util.h
oj-3.9.1 ext/oj/util.h
oj-3.9.0 ext/oj/util.h
oj-3.8.1 ext/oj/util.h
oj-3.8.0 ext/oj/util.h