logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

s3d_pop_event - pop event from stack

Author

SimonWunderlich
           Author of s3d

s3d                                                                                             S3D_POP_EVENT(3)

Description

       Pops the latest event from the stack. Don't forget to free() both the event and its buffer! Returns a
       pointer to struct s3d_evt.

Name

       s3d_pop_event - pop event from stack

Synopsis

#include<s3d.h>structs3d_evt*s3d_pop_event(void);

See Also