Search:

Type: Posts; User: cmambo

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,518

    I didn't know you could concat strings like that...

    I didn't know you could concat strings like that in C.

    Thanks for that.
  2. Replies
    3
    Views
    1,518

    How do I concatenate a defines and a string

    #define CONFIG_PATH "/etc/openvpn/conf"

    glob_t gl;

    glob("/etc/openvpn/conf/*.conf", 0, NULL, &gl);


    Consider the above. I want to utilize the CONFIG_PATH defines in the glob statement....
Results 1 to 2 of 2