Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
And after sparse checking: https://github.com/gusc/mbr2gpt/blob/ma ... /lib.c#L72 - see, it seems that you have type mismatch, uint64 seems to be the type of return value instead of uint32.
Checking your code with at least `gcc -W -Wall' seems to be a good idea.
And after sparse checking: https://github.com/gusc/mbr2gpt/blob/ma ... /lib.c#L72 - see, it seems that you have type mismatch, uint64 seems to be the type of return value instead of uint32.
Checking your code with at least `gcc -W -Wall' seems to be a good idea.