Old lady swallowed a fly: Difference between revisions

Content added Content deleted
(→‎{{header|Forth}}: added Frege)
Line 152: Line 152:
<lang c>#include <stdio.h>
<lang c>#include <stdio.h>


char *dict[] = {
const char *dict[] = {
"_ha _c _e _p,/Quite absurd_f_p;_`cat,/Fancy that_fcat;_j`dog,/What a hog"
"_ha _c _e _p,/Quite absurd_f_p;_`cat,/Fancy that_fcat;_j`dog,/What a hog"
"_fdog;_l`pig,/Her mouth_qso big_fpig;_d_r,/She just opened her throat_f_"
"_fdog;_l`pig,/Her mouth_qso big_fpig;_d_r,/She just opened her throat_f_"
Line 164: Line 164:
};
};


int print(char *c, int s)
int print(const char *c, int s)
{
{
do {
do {