New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
hello_c.c in vendors/fcm/current/test/repos/trunk/subroutine – NEMO

source: vendors/fcm/current/test/repos/trunk/subroutine/hello_c.c @ 1980

Last change on this file since 1980 was 1980, checked in by flavoni, 14 years ago

importing fcm vendor

File size: 85 bytes
Line 
1#include <stdio.h>
2
3void hello_c_ () {
4  printf ("%s\n", "Hello_C: Hello Earth!");
5}
Note: See TracBrowser for help on using the repository browser.