- scanf in a while or for argument
- Forward declarations in C don't contain enough information for FutureBASIC conversion
(search for DEF FN and add variable arguments)
- C increments pointers by size of object, FutureBASIC does not
- complicated typedef's are not handled
- defines with the argument enclosed in () are not handled in some cases
- array pointers probably not handled properly
- functions passed to functions, i.e., (*fnt)() in a function's argument list
- intialization of a pointer to a structure