initialize
commit
d75ab807ce
|
|
@ -0,0 +1 @@
|
|||
build/*
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
** C Scripting Example #1
|
||||
*/
|
||||
|
||||
#include "example1.h"
|
||||
|
||||
|
||||
int main(void){
|
||||
return(0);
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
** C Scripting Example #1
|
||||
*/
|
||||
|
||||
#ifndef C_SCRIPTING_EXAMPLE1_H
|
||||
#define C_SCRIPTING_EXAMPLE1_H
|
||||
|
||||
// TODO(allen):
|
||||
|
||||
#endif //C_SCRIPTING_EXAMPLE1_H
|
||||
|
||||
Loading…
Reference in New Issue