rsstats 0.0.1
Redis Enterprise Statistic collector
csv.h File Reference

<+DETAILED+> More...

#include <stdio.h>
Include dependency graph for csv.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct csv_s csv_t
 
typedef struct csvrecord_s csvrecord_t
 
typedef struct csvfield_s csvfield_t
 

Functions

void csv_addline (FILE *reportfile)
 
void csv_addfield (FILE *reportfile, const char *value)
 
char * csvtok (char *source)
 
char * txt2csv (const char *text)
 

Detailed Description

<+DETAILED+>

Author
François Cerbelle (Fanfan), franc.nosp@m.ois@.nosp@m.cerbe.nosp@m.lle..nosp@m.net

Definition in file csv.h.

Typedef Documentation

◆ csv_t

typedef struct csv_s csv_t

Definition at line 26 of file csv.h.

◆ csvfield_t

typedef struct csvfield_s csvfield_t

Definition at line 28 of file csv.h.

◆ csvrecord_t

typedef struct csvrecord_s csvrecord_t

Definition at line 27 of file csv.h.

Function Documentation

◆ csv_addfield()

void csv_addfield ( FILE *  reportfile,
const char *  value 
)

Definition at line 37 of file csv.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ csv_addline()

void csv_addline ( FILE *  reportfile)

Definition at line 32 of file csv.c.

◆ csvtok()

char * csvtok ( char *  source)

Definition at line 50 of file csv.c.

Here is the caller graph for this function:

◆ txt2csv()

char * txt2csv ( const char *  text)

Definition at line 146 of file csv.c.

Here is the caller graph for this function: