-------------------------------------------------------------------------*/
| 1273 | } |
| 1274 | /*-------------------------------------------------------------------------*/ |
| 1275 | PNHCmdLayout |
| 1276 | nhcmdset_get(PNHCmdSet p, int index) |
| 1277 | { |
| 1278 | assert(p); |
| 1279 | assert(index >= 0 && index < p->count); |
| 1280 | return p->elements[index].layout; |
| 1281 | } |
| 1282 | /*-------------------------------------------------------------------------*/ |
| 1283 | const char * |
| 1284 | nhcmdset_get_name(PNHCmdSet p, int index) |
no outgoing calls
no test coverage detected