Add naming convention documentation

This commit is contained in:
rexy712 2020-01-12 18:06:17 -08:00
parent 12388ac8f6
commit faccd2f31a

View File

@ -0,0 +1,9 @@
rjp_init_* = initialize passed pointer
rjp_delete_* = cleanup internal structures
rjp_new_* = rjp_malloc new value and initialize it
rjp_free_* = cleanup internal structures and rjp_free passed pointer
irjp_* = internal function
rjp_* = api function
RJP_* = data type name/typedef