File: special.h

package info (click to toggle)
ruby-ox 2.14.23-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,504 kB
  • sloc: xml: 39,683; ansic: 9,626; ruby: 6,441; sh: 47; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 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 */