source: CMT/v1r19/src/demo/demoC/C2.cxx @ 11

Last change on this file since 11 was 11, checked in by arnault, 19 years ago

Changing eol-style property

  • Property svn:eol-style set to native
File size: 355 bytes
Line 
1//-----------------------------------------------------------
2// Copyright Christian Arnault LAL-Orsay CNRS
3// arnault@lal.in2p3.fr
4// See the complete license in cmt_license.txt "http://www.cecill.info".
5//-----------------------------------------------------------
6
7#include <stdio.h>
8 
9extern "C" { 
10  void C2 ();
11}
12
13void C2 ()
14{
15  printf ("C2\n");
16}
Note: See TracBrowser for help on using the repository browser.