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

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-serv30625/src/ml-nlffi-lib/Tests/ll

Modified Files:
	ll.c ll.h 
Log Message:
long long arguments to C functions (still not working properly)

Index: ll.c
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/src/ml-nlffi-lib/Tests/ll/ll.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ll.c	21 Dec 2004 21:04:00 -0000	1.1
--- ll.c	7 Feb 2005 22:16:52 -0000	1.2
***************
*** 8,9 ****
--- 8,14 ----
    printf ("%llx %lld\n", s.u, s.s);
  }
+ 
+ void pll (int a, long long i, int b)
+ {
+   printf ("%d %lld %d\n", a, i, b);
+ }

Index: ll.h
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/src/ml-nlffi-lib/Tests/ll/ll.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ll.h	21 Dec 2004 21:04:00 -0000	1.1
--- ll.h	7 Feb 2005 22:16:58 -0000	1.2
***************
*** 7,8 ****
--- 7,10 ----
  
  extern void ps (void);
+ 
+ extern void pll (int, long long, int);



-------------------------------------------------------
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.