How's this:If we are using C, you'll get an
<include std_disclaimer.h> [excerpt]
error: syntax error before '<' token
unless you do:#include <std_disclaimer.h>
(Assuming of course that you have the path to std_disclaimer.h set with the -I switch)#include "/dev/urandom"
Eventually you will get some sort of disclaimer, but it will take a while.I *knew* it didn't look quite right.
Thanks for the correction.
Cheers!