Sha256: ee8c8a22e791f2689c89149979c48361bc4a6ee669be9838098b22d5e8e33d71

Contents?: true

Size: 287 Bytes

Versions: 7

Compression:

Stored size: 287 Bytes

Contents

/* special.h
 * Copyright (c) 2011, Peter Ohler
 * All rights reserved.
 */

#ifndef OX_SPECIAL_H
#define OX_SPECIAL_H

#include <stdint.h>

extern char *ox_ucs_to_utf8_chars(char *text, uint64_t u);
extern char *ox_entity_lookup(char *text, const char *key);

#endif /* OX_SPECIAL_H */

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ox-2.14.21 ext/ox/special.h
ox-2.14.20 ext/ox/special.h
ox-2.14.19 ext/ox/special.h
ox-2.14.18 ext/ox/special.h
ox-2.14.17 ext/ox/special.h
ox-2.14.16 ext/ox/special.h
ox-2.14.15 ext/ox/special.h