MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / StringsBuffer_Sort

Function StringsBuffer_Sort

src/String.c:944–947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

942}
943
944void StringsBuffer_Sort(struct StringsBuffer* buffer) {
945 sort_buffer = buffer;
946 StringsBuffer_QuickSort(0, buffer->count - 1);
947}
948
949
950/*########################################################################################################################*

Callers 4

SysFonts_GetNamesFunction · 0.85

Calls 1

StringsBuffer_QuickSortFunction · 0.85

Tested by

no test coverage detected