view system.c @ 4:108812b08e75

add http/postRequest.k http/url.k
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Sun, 20 May 2012 21:09:03 +0900
parents 15c4de0e2db2
children
line wrap: on
line source

#include <stdlib.h>

char cmnd[] = "konoha /Users/aotokage/testProgram/konoha/math.k";

int main() {

	system(cmnd);

	return 0;
}