g4tools
5.4.0
g4tools
tools
chars
Go to the documentation of this file.
1
// Copyright (C) 2010, Guy Barrand. All rights reserved.
2
// See the file tools.license for terms.
3
4
#ifndef tools_chars
5
#define tools_chars
6
7
namespace
tools
{
8
9
// some char ASCII code :
10
// \0 : 0
11
// \n = LF : 10
12
// \r = CR : 13
13
// \t = HT : 9
14
// , : 44
15
16
inline
char
LF
() {
return
10;}
17
inline
char
CR
() {
return
13;}
18
19
}
20
21
#endif
tools::CR
char CR()
Definition:
chars:17
tools
inlined C code : ///////////////////////////////////
Definition:
aida_ntuple:26
tools::LF
char LF()
Definition:
chars:16
Generated by
1.8.20