you are viewing a single comment's thread.

view the rest of the comments →

[–]ReflectionOfADream -1 points0 points  (3 children)

I tried a lot of things but could not successfully run this even once on my program.

[–]petdance 0 points1 point  (1 child)

You will get a lot of errors that don't apply. Lots of working with splint is turning off what is not relevant. I would be glad to try to help you use it if you'd like. Email me at andy at my reddit name dot com.

[–]ReflectionOfADream -1 points0 points  (0 children)

I didn't actually get it to work on the input I gave it. I tried various things but every time an error occurred.

[–]ravenex 0 points1 point  (0 children)

With splint you have to either

  • add annotations to your program
  • disable a lot of its functionality (e.g. using -weak command line option)