this goddamn game has 16 functions named quick_sort in it, and one named qsort.
SOME CONSISTENCY IS ALL I'M ASKING, GUYS
this goddamn game has 16 functions named quick_sort in it, and one named qsort. SOME CONSISTENCY IS ALL I'M ASKING, GUYS hey I wonder if you could provide line21 captions from a Wii game? look I know that it's for boring font reasons that the string "_XFREE86_GLYPH_RANGES" appears in this Wii game but the alternative, where the game is running X86, is to terrible to contemplate
Show previous comments
@foone Placing a bid on a phone with a bulging battery because why not order a firebomb to your own mailbox? Good news: I lost that auction, so I won't be getting my house burnt down. But someone else will be! I want the Windows 3.1 Mini. A little HDMI console with a wireless ball mouse, loaded with all the Microsoft Entertainment Packs, Dare to Dream, and Castle of the Winds.
Show previous comments
Show previous comments
I'll have you know I'm such a professional computer fool that I can crash computers that don't even exist |
and they're doing that bullshit tag-param thing.
quick_sort takes a pointer to an array of items, an integer count of how many items are there, and a pointer to a comparator function.
the comparator function is never used and it's always passed as a NULL. but a TYPED NULL, so quick_sort can be overloaded.