TheAlgorithms-C/search/searchdata.js
2020-07-22 03:01:23 +00:00

40 lines
577 B
JavaScript

var indexSectionsWithContent =
{
0: "_abcdefghijklmnopqrstuvw",
1: "_abcdeghklmnpqstw",
2: "abcdfjklmnopqrstu",
3: "_abcdefgijklmnopqrstv",
4: "adelnprsvw",
5: "bcln",
6: "_aelmops",
7: "akms",
8: "acdhlpst"
};
var indexSectionNames =
{
0: "all",
1: "classes",
2: "files",
3: "functions",
4: "variables",
5: "typedefs",
6: "defines",
7: "groups",
8: "pages"
};
var indexSectionLabels =
{
0: "All",
1: "Data Structures",
2: "Files",
3: "Functions",
4: "Variables",
5: "Typedefs",
6: "Macros",
7: "Modules",
8: "Pages"
};