You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The \fBdnax_translate\fR() function translates DNA and RNA to an amino acid sequence using the standard genetic code. The input string is delimited by \fIbegin\fR and \fIend\fR (exclusive). The result is stored at \fIdest\fR.
.SH RETURN VALUE
The return value points one byte past the last character written. You may want to write a null byte there.