Δημοσιεύτηκε: 14 Ιουν 2011, 09:17
				
				github it  
  
Μια αδεια χρήσης που πάει με αυτό που ζητάς είναι η MIT ή η BSD
Έλαβα μερικά warnings όταν έκανα compile τον κώδικα, δεν ξέρω αν είναι σημαντικό:
			 
  
έγραψε:free for whatever use, plz give me credit
Μια αδεια χρήσης που πάει με αυτό που ζητάς είναι η MIT ή η BSD
Έλαβα μερικά warnings όταν έκανα compile τον κώδικα, δεν ξέρω αν είναι σημαντικό:
έγραψε:gcc -Wall -o "main" "main.c" (in directory: /home/savvas/Desktop/asf)
main.c: In function ‘date_askuser’:
main.c:307:7: warning: format not a string literal and no format arguments
main.c: In function ‘print_results’:
main.c:398:4: warning: format ‘%ld’ expects type ‘long int’, but argument 2 has type ‘int’
Compilation finished successfully.