linktest.c 353 B

12345678910111213141516
  1. /** BEGIN COPYRIGHT BLOCK
  2. * Copyright 2001 Sun Microsystems, Inc.
  3. * Portions copyright 1999, 2001-2003 Netscape Communications Corporation.
  4. * All rights reserved.
  5. * END COPYRIGHT BLOCK **/
  6. /* This is a test program. Not linked into the shared library */
  7. #include "retrocl.h"
  8. int main(int a,char **b)
  9. {
  10. int r;
  11. r = retrocl_plugin_init(NULL);
  12. }