mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-17 06:42:18 -08:00
10 lines
159 B
C
10 lines
159 B
C
/* -*- mode: c; c-basic-offset: 8 -*- */
|
|
#define DUM(a) int a(int n) {}
|
|
|
|
DUM(alarm)
|
|
DUM(getpid)
|
|
DUM(getuid)
|
|
DUM(popen)
|
|
DUM(pclose)
|
|
DUM(getpwuid)
|
|
DUM(getpwnam)
|