source: CMT/v1r12p20020606/src/demo/demoC/C3.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 C3 ();
5}
6
7void C3 ()
8{
9  printf ("C3\n");
10}
Note: See TracBrowser for help on using the repository browser.