Update 'cv2/program.c'
This commit is contained in:
parent
27ce4ed117
commit
c7eaa87507
@ -2,7 +2,6 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
|
||||||
#define LINESIZE 100
|
#define LINESIZE 100
|
||||||
|
|
||||||
struct pizza{
|
struct pizza{
|
||||||
@ -63,8 +62,6 @@ int main(){
|
|||||||
|
|
||||||
qsort(jedalny_listok, counter, sizeof(struct pizza), compareprize);
|
qsort(jedalny_listok, counter, sizeof(struct pizza), compareprize);
|
||||||
|
|
||||||
//qsort(jedalny_listok, counter, sizeof(struct pizza), comparename);
|
|
||||||
|
|
||||||
int i = 0;
|
int i = 0;
|
||||||
for(i = 0; i < counter; i++){
|
for(i = 0; i < counter; i++){
|
||||||
printf("%s", jedalny_listok[i].name);
|
printf("%s", jedalny_listok[i].name);
|
||||||
|
Loading…
Reference in New Issue
Block a user