home *** CD-ROM | disk | FTP | other *** search
/ Java 1996 August / Java - Summer 1996.iso / rockridge / native / stepbystep / example / HelloWorldImp.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-13  |  176 b   |  9 lines

  1. #include <StubPreamble.h>
  2. #include "HelloWorld.h"
  3. #include <stdio.h>
  4.  
  5. void HelloWorld_displayHelloWorld(struct HHelloWorld *this) {
  6.     printf("Hello World!\n");
  7.     return;
  8. }
  9.