LAL  7.5.0.1-b72065a
PrintVector.c File Reference

Prototypes

void FUNC (VTYPE *vector)
 

Go to the source code of this file.

Macros

#define CONCAT2x(a, b)   a##b
 
#define CONCAT2(a, b)   CONCAT2x(a,b)
 
#define CONCAT3x(a, b, c)   a##b##c
 
#define CONCAT3(a, b, c)   CONCAT3x(a,b,c)
 
#define STRINGx(a)   #a
 
#define STRING(a)   STRINGx(a)
 
#define VTYPE   CONCAT2(TYPE,Vector)
 
#define FUNC   CONCAT3(LAL,TYPECODE,PrintVector)
 

Macro Definition Documentation

◆ CONCAT2x

#define CONCAT2x (   a,
 
)    a##b

Definition at line 7 of file PrintVector.c.

◆ CONCAT2

#define CONCAT2 (   a,
 
)    CONCAT2x(a,b)

Definition at line 8 of file PrintVector.c.

◆ CONCAT3x

#define CONCAT3x (   a,
  b,
 
)    a##b##c

Definition at line 9 of file PrintVector.c.

◆ CONCAT3

#define CONCAT3 (   a,
  b,
 
)    CONCAT3x(a,b,c)

Definition at line 10 of file PrintVector.c.

◆ STRINGx

#define STRINGx (   a)    #a

Definition at line 11 of file PrintVector.c.

◆ STRING

#define STRING (   a)    STRINGx(a)

Definition at line 12 of file PrintVector.c.

◆ VTYPE

#define VTYPE   CONCAT2(TYPE,Vector)

Definition at line 14 of file PrintVector.c.

◆ FUNC

#define FUNC   CONCAT3(LAL,TYPECODE,PrintVector)

Definition at line 15 of file PrintVector.c.

Function Documentation

◆ FUNC()

void FUNC ( VTYPE vector)

Definition at line 18 of file PrintVector.c.