- Fix SM_Name_Prefix() implementation,

- Minor code cleanup.
This commit is contained in:
2024-04-15 16:54:18 +02:00
parent 604b749d4e
commit 04660e4607
3 changed files with 389 additions and 284 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -289,7 +289,13 @@ char * SM_Lock_Status_Get (const char *, void *);
/*------------------------------------------------------------------------------*/
void SM_Error_Print (void);
/*------------------------------------------------------------------------------*/
/* Pour préfixer un nom de heap avec le nom de l'instance utilisée */
/* Add context prefix to heap name */
/*------------------------------------------------------------------------------*/
static char * SM_Name_Prefix (const char *);
/* (O) Prefixed: Prefixed heap name */
/* (I) Unprefixed: Unprefixed heap name */
/*------------------------------------------------------------------------------*/
SMT_Status SM_Name_Prefix( char *, const char *);