Data Fields | |
| char * | key |
| char * | val |
| char * | com |
| char * | lin |
| int | typ |
| _keytuple_ * | next |
| _keytuple_ * | prev |
| char* _keytuple_::key |
| char* _keytuple_::val |
Key: unique string in a list
| char* _keytuple_::com |
Value, always as a string
| char* _keytuple_::lin |
Comment associated to key
| int _keytuple_::typ |
Initial line in FITS header if applicable
| struct _keytuple_* _keytuple_::next |
Implemented as a doubly-linked list
| struct _keytuple_* _keytuple_::prev |