]>
diplodocus.org Git - nmh/blob - docs/historical/SRI-NOSC/subs.dir/m_update.c
2 #include "/rnd/borden/h/iobuf.h"
3 #include "/rnd/borden/h/signals.h"
10 register struct node
*np
;
13 if(def_flags
& DEFMOD
) {
14 save
= signal(SIGINT
, 1);
15 if(fcreat(defpath
, &out
) < 0) {
16 printf("Can't create %s!!\n", defpath
);
19 for(np
= m_defs
; np
; np
= np
->n_next
) {
20 puts(np
->n_name
, &out
);
22 puts(np
->n_field
, &out
);