hpemung/src/rpl.h
2023-10-03 16:20:40 +02:00

9 lines
157 B
C

#ifndef __RPL_H
#define __RPL_H
#include "types.h"
extern int rpl_object_size( byte* obj );
extern int rpl_push_object( byte* obj, address size );
#endif