Guest User

Untitled

a guest
Jun 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #include <glib.h>
  2.  
  3. int main(void) {
  4. GList *list = NULL;
  5. list = g_list_remove(list, GINT_TO_POINTER(1));
  6. return 0;
  7. }
Add Comment
Please, Sign In to add comment