Sha256: 29e89dd840f953fbd15d838a552a122e268b19f503e35817203714cf1f876fce

Contents?: true

Size: 405 Bytes

Versions: 13

Compression:

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

13 entries across 13 versions & 1 rubygems

Version Path
oj-3.16.9 ext/oj/util.h
oj-3.16.8 ext/oj/util.h
oj-3.16.7 ext/oj/util.h
oj-3.16.6 ext/oj/util.h
oj-3.16.5 ext/oj/util.h
oj-3.16.4 ext/oj/util.h
oj-3.16.3 ext/oj/util.h
oj-3.16.2 ext/oj/util.h
oj-3.16.1 ext/oj/util.h
oj-3.16.0 ext/oj/util.h
oj-3.15.1 ext/oj/util.h
oj-3.15.0 ext/oj/util.h
oj-3.14.3 ext/oj/util.h