debian man page for vc

Query: vc

OS: debian

Section: 3

Links: debian man pages | All man pages

Forums: Unix Linux Community | Forum Categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

VC(3)							   BSD Library Functions Manual 						     VC(3)

NAME
vc_new, vc_delete vc_set_group, vc_set_name, vc_set_param, vc_set_value, vc_link, vc_append_with_name, vc_is_preferred, vc_get_preferred_tel, vc_get_preferred_email, vc_get_group, vc_get_name, vc_get_param, vc_get_value, vc_param_new, vc_param_set_name, vc_param_set_value, vc_param_set_str, vc_param_link, vc_param_get_name, vc_param_get_value, vc_get_next, vc_get_next_by_name, vc_param_get_next, vc_param_get_by_name, vc_param_get_next_by_name, vc_delete, vc_delete_deep, vc_param_delete, vc_param_delete_deep, fprintf_vc_component_param, fprintf_vc_component, fprintf_vcard, parse_vcard_file, count_vcards, get_val_struct_part -- vCard library
LIBRARY
vCard library (libvc, -lvc)
SYNOPSIS
#include <vc.h> vc_component * vc_new(); void vc_delete(vc_component *vc); vc_component * vc_set_group(vc_component *vc, const char *group); vc_component * vc_set_name(vc_component *vc, const char *name); vc_component * vc_set_param(vc_component *vc, vc_component_param *vc_param); vc_component * vc_set_value(vc_component *vc, const char *value);
DESCRIPTION
This is a library for vCard.
SEE ALSO
vc_new(3), vc_delete(3)
AUTHORS
Andrew Hsu <ahsu@users.sf.net>
BUGS
Parsing parameters is not finished yet.
BSD
May 11, 2003 BSD
Related Man Pages
vc(3) - debian
xo_errc(3) - freebsd
xo_errx(3) - freebsd
rdf::vcard::entity(3pm) - debian
rdf::vcard::line(3pm) - debian
Similar Topics in the Unix Linux Community
vCard Creator Full 0.0.1 (Default branch)