sc-hdr

sc-hdr is a compiled Lisp function in `supercite.el'.

(sc-hdr PREFIX FIELD &optional SEP RETURN-NIL-P)

Returns a concatenation of PREFIX and FIELD.
If FIELD is not a string or is the empty string, the empty string will
be returned. Optional third argument SEP is concatenated on the end if
it is a string. Returns empty string, unless optional RETURN-NIL-P is
non-nil.