repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
modified: myjupyterlab.sh
[GalaxyCodeBases.git]
/
c_cpp
/
readscorr
/
gtools.h
blob
3d56bb56d7c8d32a25cc541ca479fdc7e2f644b5
1
#ifndef _G_TOOLS_H
2
#define _G_TOOLS_H
3
4
#define CAT0(x) #x
5
#define CAT(x) CAT0(x)
6
7
char
*
commaprint
(
unsigned long
n
);
8
9
#endif
// gtools.h