MCPcopy Create free account
hub / github.com/JACoders/OpenJK / paksort

Function paksort

code/qcommon/files.cpp:2690–2697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2688//===========================================================================
2689
2690static int QDECL paksort( const void *a, const void *b ) {
2691 char *aa, *bb;
2692
2693 aa = *(char **)a;
2694 bb = *(char **)b;
2695
2696 return FS_PathCmp( aa, bb );
2697}
2698
2699/*
2700================

Callers

nothing calls this directly

Calls 1

FS_PathCmpFunction · 0.70

Tested by

no test coverage detected