8 lines
109 B
C
8 lines
109 B
C
#include "types.h"
|
|
#include "app.h"
|
|
|
|
app_info_t *app_info_get(void *addr)
|
|
{
|
|
return (app_info_t *)addr;
|
|
}
|