TheAlgorithms-C/search/searchdata.js
2020-07-29 17:19:57 +00:00

40 lines
582 B
JavaScript

var indexSectionsWithContent =
{
0: "_abcdefghijklmnopqrstuvwx",
1: "_abcdeghklmnpqstw",
2: "abcdfhjklmnopqrstu",
3: "_abcdefghijklmnopqrstvx",
4: "adelnprsvw",
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"
};