|
Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.atnf.csiro.au/computing/software/karma/lib/chs.html
Дата изменения: Unknown Дата индексирования: Mon Dec 24 16:02:20 2007 Кодировка: Поисковые слова: http www.badastronomy.com phpbb index.php |
Library: karma
Link With: -lkarma
| chs_get_value | Scan a channel object for a whitespace separated value. |
| chs_get_value2 | Scan a channel object for a whitespace separated value. |
| chs_get_float | Scan a channel object for a float value. |
| chs_get_int | Scan a channel object for an integer value. |
| chs_get_line | Scan a channel object for a line. |
| chs_get_line2 | Scan a channel object for a line. |
Scan a channel object for a whitespace separated value.
Parameters:
This routine will scan a channel object for a whitespace separated value. '#' is the comment character.
Parameters:
This routine will scan a channel object for the ASCII representation of a floating point number. Any leading whitespace will be ignored.
Parameters:
This routine will scan a channel object for the ASCII representation of an integer number. Any leading whitespace will be ignored.
Parameters:
This routine will read a line from a channel, stripping all comments, leading and trailing whitespace. The comment character is '#'. The comment character is ignored if between quotes. Blank or commented lines are ignored.
Parameters:
This routine will read a line from a channel, stripping all comments, leading and trailing whitespace. The comment character is ignored if between quotes. Blank or commented lines are ignored.
Parameters: