Sha256: dd99996c99774a9716612278d75d6d4b296bc9740706050c887403b6382ee374

Contents?: true

Size: 406 Bytes

Versions: 37

Compression:

Stored size: 406 Bytes

Contents

// Copyright (c) 2019 Peter Ohler. All rights reserved.
// Licensed under the MIT License. See LICENSE file in the project root for license details.

#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

37 entries across 37 versions & 2 rubygems

Version Path
devcycle-ruby-server-sdk-2.0.0 vendor/bundle/ruby/3.0.0/gems/oj-3.13.2/ext/oj/util.h
oj-3.14.2 ext/oj/util.h
oj-3.14.1 ext/oj/util.h
oj-3.14.0 ext/oj/util.h
oj-3.13.23 ext/oj/util.h
oj-3.13.22 ext/oj/util.h
oj-3.13.21 ext/oj/util.h
oj-3.13.20 ext/oj/util.h
oj-3.13.19 ext/oj/util.h
oj-3.13.18 ext/oj/util.h
oj-3.13.17 ext/oj/util.h
oj-3.13.16 ext/oj/util.h
oj-3.13.15 ext/oj/util.h
oj-3.13.14 ext/oj/util.h
oj-3.13.13 ext/oj/util.h
oj-3.13.12 ext/oj/util.h
oj-3.13.11 ext/oj/util.h
oj-3.13.10 ext/oj/util.h
oj-3.13.9 ext/oj/util.h
oj-3.13.8 ext/oj/util.h