source: CMT/v1r10p20011126/src/demo/demoC/C2.cxx @ 1

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

Import all tags

File size: 96 bytes
Line 
1#include <stdio.h>
2 
3extern "C" { 
4  void C2 ();
5}
6
7void C2 ()
8{
9  printf ("C2\n");
10}
Note: See TracBrowser for help on using the repository browser.