NDC10 › NDC10_Day3 › PS3 › WindowsViaCpp › ZBrush › gcode
gcode.tar (58.5 KB) {{{#!gcode 언어명
소스코드
}}}
#include <stdio.h>
main()
{
printf("Hello World");
}
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /usr/local/moniwiki/plugin/processor/gcode.php on line 48
45 $type = strtolower($type);
46 $format = "";
47 foreach($alias as $key => $ar_values){
48 if(@in_array($ar_values,$type)){
49 $format = $key;
50 break;
51 }
52 }