Add naming convention documentation
This commit is contained in:
parent
12388ac8f6
commit
faccd2f31a
9
doc/naming_convention.txt
Normal file
9
doc/naming_convention.txt
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user