repo.or.cz
/
s-roff.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'topic/sync-to-go-2'
[s-roff.git]
/
src
/
ute-pfbtops
/
pfbtops-config.h
blob
717639486f0df042583e265ca7e0bc1980f007f9
1
/*@ Configurable stuff */
2
#ifndef _PFBTOPS_CONFIG_H
3
#define _PFBTOPS_CONFIG_H
4
5
// Binary bytes per output line.
6
#define BYTES_PER_LINE (64/2)
7
#define MAX_LINE_LENGTH 78
8
9
#endif
// _PFBTOPS_CONFIG_H
10
// s-it2-mode