Changes between Version 2 and Version 3 of HelloWorld


Ignore:
Timestamp:
Jan 31, 2007, 6:34:34 PM (17 years ago)
Author:
Nicolas Pouillon
Comment:

Rename dsx C API to srl

Legend:

Unmodified
Added
Removed
Modified
  • HelloWorld

    v2 v3  
    1212
    1313{{{
    14 #include <dsx.h>
     14#include <srl.h>
    1515#include "hello_proto.h"
    1616
    1717FUNC(hello) {
    18     dsx_log_printf(NONE, "Hello world!\n");
     18    srl_log_printf(NONE, "Hello world!\n");
    1919}
    2020}}}