source: CMT/v1r18p20041201/src/demo/demoB/demoB.cxx @ 1

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

Import all tags

File size: 401 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
9#include <demoA/demoA.h>
10 
11int main ()
12{
13  printf ("demoB demoA=%d\n", demoA);
14
15  return (0);
16}
Note: See TracBrowser for help on using the repository browser.