Paste-bin.xyz
Archive
Sign In
Login
Register
Username
Current Password
Keep me signed in.
Username
Full Name
Email
New Password
TEXT
24
boolean isEmpty
Guest on 13th March 2023 01:23:47 PM
public boolean isEmpty()
{
return (rear == 0);
}
Raw Paste
public boolean isEmpty() { return (rear == 0); }
Login
or
Register
to edit or fork this paste. It's free.