Include stdio.h and stdlib.h for completeness.
This commit is contained in:
parent
37cfb04094
commit
3fab49325d
@ -1,5 +1,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
/* just a test comment */ exec sql whenever sqlerror do PrintAndStop(msg);
|
/* just a test comment */ exec sql whenever sqlerror do PrintAndStop(msg);
|
||||||
exec sql whenever sqlwarning do warn();
|
exec sql whenever sqlwarning do warn();
|
||||||
|
Loading…
Reference in New Issue
Block a user