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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-plugin/] [main.c] - Blame information for rev 106

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

Line No. Rev Author Line
1 94 khays
 
2
extern int printf (const char *fmt, ...);
3
 
4
extern const char *text;
5
extern int func (void);
6
 
7
int retval = 0;
8
 
9
int main (int argc, const char **argv)
10
{
11
  printf ("%s\n", text);
12
  return func ();
13
}

powered by: WebSVN 2.1.0

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