GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
VC(3) FreeBSD Library Functions Manual VC(3)

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 “libvc”

#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);

This is a library for vCard.

vc_new(3), vc_delete(3)

Andrew Hsu ⟨ahsu@users.sf.net⟩

Parsing parameters is not finished yet.
May 11, 2003 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.