mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-12-22 06:43:09 -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
|