Files
Jerome Lambourg 76c10c296d Add the examples from the gprbuild repository
Adjust the project files to properly install them in share/doc

For eng/gpr/gpr-issues#548
2025-03-10 16:16:29 +00:00

7 lines
106 B
C

#include <stdio.h>
#include "lib.h"
void do_something (void) {
printf ("Doing something in C \n");
}