1head 1.2; 2access; 3symbols 4 start:1.1.1.1 example:1.1.1; 5locks; strict; 6comment @ * @; 7 8 91.2 10date 2008.09.04.16.11.24; author austvik; state Exp; 11branches; 12next 1.1; 13commitid FOf9JFWhF08yjtht; 14 151.1 16date 2008.09.04.16.09.41; author austvik; state Exp; 17branches 18 1.1.1.1; 19next ; 20commitid n6zbSZm81PKXitht; 21 221.1.1.1 23date 2008.09.04.16.09.41; author austvik; state Exp; 24branches; 25next ; 26commitid n6zbSZm81PKXitht; 27 28 29desc 30@@ 31 32 331.2 34log 35@Added a comment 36@ 37text 38@#include "header.h" 39 40/* Added comment */ 41 42int main(int argc, char **argv) { 43 44 printf("Program %s executed with the following arguments:\n", argv[0]); 45 for (int i = 1; i < argc; ++i) { 46 printf("[%s] ", argv[i]); 47 } 48 printf("\n"); 49 50 return EXIT_SUCCESS; 51} 52@ 53 54 551.1 56log 57@Initial revision 58@ 59text 60@d3 2 61@ 62 63 641.1.1.1 65log 66@Add files 67@ 68text 69@@ 70