source: CMT/v1r12p20020606/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: 126 bytes
Line 
1#include <stdio.h>
2
3#include <demoA/demoA.h>
4 
5int main ()
6{
7  printf ("demoB demoA=%d\n", demoA);
8
9  return (0);
10}
Note: See TracBrowser for help on using the repository browser.