OK with who? No one will force you to use any particular style.
By convention C programmers usually use underscores (snake case). Conventions and idioms have some value -- other programmers can more easily read and understand code when they don't have to translate idiosyncratic style to what they're used to.
4 comments
[ 3.5 ms ] story [ 13.8 ms ] threadIf it's an existing code base and you're not the sole owner, discuss it with the others.
By convention C programmers usually use underscores (snake case). Conventions and idioms have some value -- other programmers can more easily read and understand code when they don't have to translate idiosyncratic style to what they're used to.