Rick, I am getting following warning:
Code:
file.c: In function 'write_integer':
file.c:6: warning: incompatible implicit declaration of built-in function 'sprintf'
To fix above error i just use #include<stdio.h>
May be you need to put complete function code here so that we can help you