#include <stdlib.h>
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
Macros | |
#define | NELEM(pole) (sizeof pole/sizeof *pole) |
Functions | |
int | main (void) |
Variables | |
char * | jmena [] = {"Myspulin","Fifinka","Pinda","Bobik"} |
int | inty [] = { 2, 6, 1, 4} |
double | dbly [] = { 2.0, 6.1, 1.2, 4.5} |
char* jmena[] = {"Myspulin","Fifinka","Pinda","Bobik"} |
pole pointeru na retezce.
Definition at line 14 of file stdlib-qsort.c.