You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried the following example with an open source CBMC (latest one). It throws a parser error while parsing the function func() although I have installed visual studio 2010 professional. Can someone help here?
#define DllImport __declspec( dllimport)
DllImport void func();
I'm not able to include the standard directory using #include<stdio.h>. Rather the tool works with #include "stdio.h"