S
Selvesteen
Hello Gurus,
I need to append a sub-string at the start of strings using C. What is
the best way to achieve that?
for eg : I need to append "SSL"_ before { CLASS, SEED, RANDOM } to get
result as SSL_CLASS, SSL_SEED, SSL_RANDOM ...
Advance thanks for all your help.
I need to append a sub-string at the start of strings using C. What is
the best way to achieve that?
for eg : I need to append "SSL"_ before { CLASS, SEED, RANDOM } to get
result as SSL_CLASS, SSL_SEED, SSL_RANDOM ...
Advance thanks for all your help.