Added C_insertpart mechanism

This commit is contained in:
ceriel
1987-07-01 17:24:10 +00:00
parent 5d9e3d466e
commit 06911f8c65
12 changed files with 586 additions and 132 deletions

View File

@@ -0,0 +1,11 @@
/* $Header$ */
/* Get a unique id for C_insertpart, etc.
*/
C_getid()
{
static int id = 0;
return ++id;
}