#include <stdio.h>#include <stdlib.h>#include <ctype.h>#include <string.h>#include "include/intex.h"Functions | |
| int | intExpand (char *text, INT_list *list) |
| int | _intexadd (INT_list *list, int a) |
| INT_list | intMerge (INT_list *list1, INT_list *list2) |
|
||||||||||||
|
|
|
||||||||||||
|
Existing list is freed and all data is cleared. Expanded integers are listed in list.i[] in increasing order.
|
|
||||||||||||
|
Merges two lists and returns the result. (the originals are not touched) Duplicate entries are removed.
|
1.4.1