Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
/* *p is the @ that ends a seq */
guchar val;
val = strtoul (start_seq, &end, 10);
val = strtoul (start_seq, &p, 10);
if (start_seq != end)
g_string_append_c (retval, val);