comparison sidlib.h @ 352:4978ff445572

Add lowercase versions of the STIL field names array as sidlib_stil_fields_lc[]. Rename the uppercase array as sidlib_stil_fields_uc[].
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Jan 2020 04:41:49 +0200
parents 6d0143e43edf
children 5711c23e40cc
comparison
equal deleted inserted replaced
351:d54112385845 352:4978ff445572
159 159
160 160
161 // 161 //
162 // Globals 162 // Globals
163 // 163 //
164 const char * sidlib_stil_fields[STF_LAST]; 164 const char * sidlib_stil_fields_uc[STF_LAST];
165 const char * sidlib_stil_fields_lc[STF_LAST];
165 166
166 167
167 // 168 //
168 // Functions 169 // Functions
169 // 170 //