modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / readscorr / gtools.h
blob3d56bb56d7c8d32a25cc541ca479fdc7e2f644b5
1 #ifndef _G_TOOLS_H
2 #define _G_TOOLS_H
4 #define CAT0(x) #x
5 #define CAT(x) CAT0(x)
7 char *commaprint(unsigned long n);
9 #endif // gtools.h