#include <iostream>
#include "CSV_Obj.h"
Go to the source code of this file.
Defines | |
#define | EXIT_ERROR 1 |
Functions | |
int | main (int argc, char *argv[]) |
void | printAllData (CSV_Obj *foo) |
void | printHeader (CSV_Obj *foo) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 45 of file main.cc.
References EXIT_ERROR, printAllData(), and printHeader().