rsstats
0.0.1
Redis Enterprise Statistic collector
csv.h
Go to the documentation of this file.
1
21
#ifndef __CSV_H__
22
#define __CSV_H__
23
24
#include <stdio.h>
/* FILE */
25
26
typedef
struct
csv_s
csv_t
;
27
typedef
struct
csvrecord_s
csvrecord_t
;
28
typedef
struct
csvfield_s
csvfield_t
;
29
30
void
csv_addline
(FILE* reportfile);
31
void
csv_addfield
(FILE* reportfile,
const
char
* value);
32
33
char
*
csvtok
(
char
* source);
34
char
*
txt2csv
(
const
char
* text);
35
36
#endif
/* __CSV_H__ */
37
/* vim: set tw=80: */
csv_addfield
void csv_addfield(FILE *reportfile, const char *value)
Definition:
csv.c:37
csv_addline
void csv_addline(FILE *reportfile)
Definition:
csv.c:32
csvrecord_t
struct csvrecord_s csvrecord_t
Definition:
csv.h:27
csv_t
struct csv_s csv_t
Definition:
csv.h:26
csvfield_t
struct csvfield_s csvfield_t
Definition:
csv.h:28
txt2csv
char * txt2csv(const char *text)
Definition:
csv.c:152
csvtok
char * csvtok(char *source)
Definition:
csv.c:50
rsstats-0.0.1
src
csv.h
Generated by
1.9.4