Sha256: da031b27b33cf2086572ba880fec45792add0f949c0560de5addbc6a63233157

Contents?: true

Size: 102 Bytes

Versions: 11

Compression:

Stored size: 102 Bytes

Contents

#include "util.h"
#include <stdio.h>

void println(char* msg)
{
    printf(msg);
    printf("\n");
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
rant-0.3.8 doc/examples/c_dependencies/src/util.c
rant-0.4.0 doc/examples/c_dependencies/src/util.c
rant-0.4.2 doc/examples/c_dependencies/src/util.c
rant-0.4.4 doc/examples/c_dependencies/src/util.c
rant-0.4.6 doc/examples/c_dependencies/src/util.c
rant-0.4.8 doc/examples/c_dependencies/src/util.c
rant-0.5.2 doc/examples/c_dependencies/src/util.c
rant-0.5.4 doc/examples/c_dependencies/src/util.c
rant-0.5.6 doc/examples/c_dependencies/src/util.c
rant-0.5.0 doc/examples/c_dependencies/src/util.c
rant-0.5.7 doc/examples/c_dependencies/src/util.c