MCPcopy Create free account
hub / github.com/OpenPrinting/cups / pop_stack

Function pop_stack

cups/raster-interpret.c:917–928  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

915 */
916
917static _cups_ps_obj_t * /* O - Object */
918pop_stack(_cups_ps_stack_t *st) /* I - Stack */
919{
920 if (st->num_objs > 0)
921 {
922 st->num_objs --;
923
924 return (st->objs + st->num_objs);
925 }
926 else
927 return (NULL);
928}
929
930
931/*

Callers 2

_cupsRasterExecPSFunction · 0.85
cleartomark_stackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected