Merge branch 'master' into rbtree
This commit is contained in:
commit
05250e6af9
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