summaryrefslogtreecommitdiffstats
path: root/src/model/asn_print/asn_print_citsub.c (plain)
blob: 50878fcd5e2aa0d87a6791e96ab8ff06cd400427
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "asn_print_citsub.h"
#include "asn_print_authlist.h"

void
asn_print_citsub (CitSubPtr s)
{
  if(s->authors != NULL)
    {
      printf ("      AUTHORS\n");
      asn_print_authlist (s->authors);
    }
  return;
}

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.