Commit 3fab4932 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

Include stdio.h and stdlib.h for completeness.

parent 37cfb040
#include <stdlib.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
/* just a test comment */ exec sql whenever sqlerror do PrintAndStop(msg);
exec sql whenever sqlwarning do warn();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment