mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-09 13:20:48 -05:00
6 lines
96 B
C
6 lines
96 B
C
#ifndef RNA_TRANSCRIPTION_H
|
|
#define RNA_TRANSCRIPTION_H
|
|
|
|
char *to_rna(const char *dna);
|
|
|
|
#endif
|