mirror of
https://github.com/AdaCore/gprbuild.git
synced 2026-02-12 12:30:13 -08:00
git-svn-id: svn+ssh://svn.eu.adacore.com/Dev/trunk/gprbuild@132388 936e1b1b-40f2-da11-902a-00137254ae57
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");
|
|
}
|