Skip to main content
summaryrefslogtreecommitdiffstats
blob: 505973749fedb8be404e314fcc6fffeee910cfe4 (plain) (blame)
1
2
3
4
5
6
7
8
#include <stdio.h>
#include "test_ar_30.h"

void f1_ar()
{
	printf ( "Hello from f1_ar.\n" ) ;
	return ;
}

Back to the top