Research V7 development
[unix-history] / usr / src / cmd / adb / dummy.c
CommitLineData
d94e2462
M
1#
2/*
3 *
4 * UNIX debugger - small version
5 *
6 */
7
8subpcs(modif)
9{
10 prints("sub processes not supported\n");
11}
12
13delbp()
14{;}
15
16endpcs()
17{;}