Use Bytes instead of String for mutable byte array.
[goaljobs.git] / examples / compile-c / utils.c
1 /* This is just a dummy C program to test building. */
2
3 #include <stdio.h>
4
5 void
6 do_utility (void)
7 {
8   printf ("this is the utils.c function\n");
9 }