Projet_SETI_RISC-V/riscv-gnu-toolchain/newlib/libgloss/m32r/getpid.c
2023-03-06 14:48:14 +01:00

6 lines
37 B
C

int
_getpid (int n)
{
return 1;
}