Page MenuHomePhorge

types.h
No OneTemporary

Size
675 B
Referenced Files
None
Subscribers
None
#ifndef TYPES_H
#define TYPES_H
#include <stdint.h>
#include <stddef.h>
typedef unsigned long long u64;
struct ant_object;
struct ant_shape;
struct ant_isolate_t;
typedef struct ant_isolate_t ant_t;
typedef struct ant_pool_block ant_pool_block_t;
typedef struct ant_http_request_s ant_http_request_t;
typedef struct ant_object ant_object_t;
typedef struct ant_shape ant_shape_t;
typedef struct sv_vm sv_vm_t;
typedef struct sv_func sv_func_t;
typedef struct sv_closure sv_closure_t;
typedef size_t ant_handle_t;
typedef uint64_t ant_offset_t;
typedef uint64_t ant_value_t;
typedef ant_value_t (*ant_cfunc_t)
(ant_t *, ant_value_t *, int);
#endif

File Metadata

Mime Type
text/x-c
Expires
Wed, Jun 17, 1:43 PM (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
572283
Default Alt Text
types.h (675 B)

Event Timeline