Skip to content
Snippets Groups Projects
Commit 0e5f34da authored by Miguel Espino's avatar Miguel Espino
Browse files

put name on everything else

parent 37da2595
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,8 @@
* @date: July 2023
*/
/* Changed by Miguel Espino | lfc083 | 11352639 */
#include <stdlib.h>
#include <qsort.h>
......
......@@ -3,6 +3,8 @@
* @date: 1978
*/
/* Changed by Miguel Espino | lfc083 | 11352639 */
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
......
123
321
12
0
12
12
12
12
1443
123
21
......@@ -15,6 +15,8 @@
#include <qsort.h>
/* Changed by Miguel Espino | lfc083 | 11352639 */
void myQsort(void *v[], int left, int right, Comparator comp)
{
int index, last;
......
......@@ -5,6 +5,7 @@
* July 2023
*/
/* Changed by Miguel Espino | lfc083 | 11352639 */
#include <stdio.h>
#include <string.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment