TeX in C
Explore TeX with modern c compiler.
global_macros.h
浏览该文件的文档.
1
#pragma once
2
#ifndef MACROS_H
4
#define MACROS_H
5
#include <assert.h>
// static_assert
6
7
9
#define UMAXOF(t) ((t) ~(t)0)
10
11
#define charnodetype 0xfff
12
#undef BIG_CHARNODE
13
#define BIG_CHARNODE
14
#define BIG_NOAD
15
17
#define qi(x) (x)
18
#define qo(x) (x)
19
20
#endif
// #ifndef MACROS_H
global_macros.h
制作者
1.9.1