TheAlgorithms-C/search/searchdata.js

40 lines
589 B
JavaScript
Raw Normal View History

var indexSectionsWithContent =
{
0: "_abcdefghijklmnopqrstuvwxy",
1: "_abcdeghklmnopqstw",
2: "abcdfhijklmnopqrstu",
3: "_abcdefghijklmnopqrstvx",
4: "acdeglnprsvwxy",
5: "bcln",
6: "_aelmops",
7: "ahkms",
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"
};