view src/test/test.c @ 429:54352ed97f34

Rename macro from ALLOC_ARRAY to ALLOCATE_PTR_ARRAY
author Tatsuki IHA <innparusu@cr.ie.u-ryukyu.ac.jp>
date Mon, 09 Oct 2017 14:55:23 +0900
parents 87128b876c63
children
line wrap: on
line source

#include <stdio.h>

void test1() {
    printf("test\n");
}