consolidate all repos to one for archive
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#include <stdio.h>
|
||||
#include "libprva.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
char *niz="Niz iz glavnega programa\0";
|
||||
printf("-----Zacetek-----\n");
|
||||
izpisi_pozdrav();
|
||||
printf("-----------------\n");
|
||||
vrednost=42;
|
||||
kazalec=(int *)niz;
|
||||
izpisi_pozdrav();
|
||||
printf("-----------------\n");
|
||||
int v=vrni_vsoto(2,3);
|
||||
printf("Vrnjena vsota je %d\n", v);
|
||||
printf("-----------------\n");
|
||||
izpisi_niz(niz);
|
||||
printf("-------Konec-----\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user