linktest.c 338 B

12345678910111213141516
  1. /** BEGIN COPYRIGHT BLOCK
  2. * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  3. * Copyright (C) 2005 Red Hat, Inc.
  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. }