mirror of
https://github.com/AdaCore/gpr.git
synced 2026-02-12 12:58:39 -08:00
Adjust the project files to properly install them in share/doc For eng/gpr/gpr-issues#548
7 lines
106 B
C
7 lines
106 B
C
#include <stdio.h>
|
|
#include "lib.h"
|
|
|
|
void do_something (void) {
|
|
printf ("Doing something in C \n");
|
|
}
|