#include <ctime>
#include <fstream>
#include <google/protobuf/util/time_util.h>
#include <iostream>
#include <string>
#include "addressbook.pb.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
void | PromptForAddress (tutorial::Person *person) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 63 of file add_person.cc.
void PromptForAddress | ( | tutorial::Person * | person | ) |
Definition at line 16 of file add_person.cc.