Next: , Previous: , Up: Executive Assembler Functions   [Index]


8.3.3.5 x1f4_suit_prefix

extern int x1f4_suit_prefix
    (void *list, int type, const char *name, unsigned size,
     void *unused);

The x1f4_suit_prefix function adds the size long name function name strippable prefix to the list collector for the type symbolic type.

See Strippable Prefixes.

See Symbolic Types.

See Application Defined Types.

The function returns 0 for look up success, non zero for failure.

The function is not able to add a strippable prefix to the list collection if the collection already records the given type id (though it should).