abhisheksaksena
Results
2
issues of
abhisheksaksena
I am integrating RPClib with my code where I need to include syslog.h too, I get warning due to conflicting macro definitions: include/rpc/detail/log.h:149:0: warning: "LOG_INFO" redefined [enabled by default] #define...
I have enabled linenoise's multliine mode. However I am unclear how to entER multi-line input on the prompt. Is there a shortcut (e.g shift+enter) to move to the next line...