mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-12-22 14:43:10 -05:00
7 lines
96 B
C
7 lines
96 B
C
|
#ifndef RNA_TRANSCRIPTION_H
|
||
|
#define RNA_TRANSCRIPTION_H
|
||
|
|
||
|
char *to_rna(const char *dna);
|
||
|
|
||
|
#endif
|