OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [gdb/] [testsuite/] [gdb.base/] [setshow.c] - Rev 1774

Go to most recent revision | Compare with Previous | Blame | View Log

/* IMPORTANT: leave this comment in the first line of this source file. */
/*            this will guarantee that line 1 contains no code. */
 
#include <stdio.h>
 
#ifdef PROTOTYPES
int
main(int argc, char **argv)
#else
int 
main(argc, argv)
     int argc;
     char **argv;
#endif
{
  int i = 1;
#ifdef usestubs
  set_debug_traps();
  breakpoint();
#endif
 
  if (argc <= 0 || argc > 8)
    return -1;
  while (i < argc)
    printf ("%s ", argv[i++]);
  return 0;
}
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.