![]() |
![]()
| ![]() |
![]()
NAME
LIBRARYSystem Utilities Library (libutil, -lutil) SYNOPSIS
properties
char *
void
DESCRIPTIONtypedef struct _properties { struct _properties *next; char *name; char *value; } *properties; The function
The
The
FILE FORMATEach property in the file is assumed to have the format of name = value where name is an alphanumeric string (and any punctuation not including the `=' character) and value is an arbitrary string of text terminated by a newline character. If newlines are desired, the entire value should be enclosed in { } (curly-bracket) characters. Any line beginning with a # or ; character is assumed to be a comment and will be ignored. AUTHORSJordan Hubbard BUGSSimplistic.
|