summaryrefslogtreecommitdiff
path: root/support/texlab/crates/bibutils_sys/src/latex.h
blob: f6317ee0c075dd050af83d4ce695fda5194286bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * latex.h
 *
 * Copyright (c) Chris Putnam 2004-2019
 *
 * Source code released under the GPL version 2
 *
 */
#ifndef LATEX_H
#define LATEX_H

extern unsigned int latex2char( char *s, unsigned int *pos, int *unicode );
extern void uni2latex( unsigned int ch, char buf[], int buf_size );


#endif