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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-newlib/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [linux/] [ctermid.c] - Blame information for rev 9

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 9 jlechner
/* ctermid */
2
 
3
#include <stdio.h>
4
#include <string.h>
5
 
6
static char devname[] = "/dev/tty";
7
 
8
char *
9
_DEFUN (ctermid, (buf),
10
     char *buf)
11
{
12
  if (buf == NULL)
13
    return devname;
14
 
15
  return strcpy (buf, "/dev/tty");
16
}

powered by: WebSVN 2.1.0

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