Difference between revisions of "protoObjectMethodCreate"
From EosPedia
(Created page with "'''protoObjectMethodCreate''' is Command that creates template of Header File and Source File on Object-oriented library(API]). ==CommandExample== $ protoObjectM...") |
(No difference)
|
Latest revision as of 02:44, 30 September 2014
protoObjectMethodCreate is Command that creates template of Header File and Source File on Object-oriented library(API]).
CommandExample
$ protoObjectMethodCreate XXX.h $ protoObjectMethodCreate XXX.c
Into current directory, create a file whose name is specified by an argument.
Then, perform "make depend".