Searched refs:strptr (Results 1 – 2 of 2) sorted by relevance
14 char *strptr; member21 strptr = new char[128]; in SomeOtherData()22 strcpy(strptr,"Nested Hello world!"); in SomeOtherData()42 char *strptr = NULL; in main() local43 strptr = "Hello world!"; in main()
121 char* strptr = "Hello world!"; in main() local