CVS: sml-dist/src/ml-nlffi-lib/Tests/ll ll.c,1.2,1.3 ll.h,1.2,1.3

Matthias Blume <[email protected]>
Newsgroups gmane.comp.lang.sml.smlnj.commits
Message-ID <[email protected]>
Update of /cvsroot/smlnj/sml-dist/src/ml-nlffi-lib/Tests/ll
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18358/src/ml-nlffi-lib/Tests/ll

Modified Files:
	ll.c ll.h 
Log Message:
long long results implemented

Index: ll.c
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/src/ml-nlffi-lib/Tests/ll/ll.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ll.c	7 Feb 2005 22:16:52 -0000	1.2
--- ll.c	10 Feb 2005 23:54:06 -0000	1.3
***************
*** 13,14 ****
--- 13,20 ----
    printf ("%d %lld %d\n", a, i, b);
  }
+ 
+ long long a1 (long long i)
+ {
+   return i + 1;
+ }
+ 

Index: ll.h
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/src/ml-nlffi-lib/Tests/ll/ll.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ll.h	7 Feb 2005 22:16:58 -0000	1.2
--- ll.h	10 Feb 2005 23:54:06 -0000	1.3
***************
*** 9,10 ****
--- 9,12 ----
  
  extern void pll (int, long long, int);
+ 
+ extern long long a1 (long long);



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.