Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Context;
  2. /* Is there anything to parse? */
  3. if(!text[0]) {
  4. sprintf(stuff, "%sSo tell me something already.\n", prefix);
  5. dprintf(idx, stuff);
  6. return;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement