hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
main.cpp
Go to the documentation of this file.
1 #include <string.h>
2 
3 int main(int argc, char** argv){
4  char* s;
5  strcpy(s, "const2");
6 
7  return 0;
8 }