~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_getopt.c

Replaced all unsigned long long with uint64_t.

Show diffs side-by-side

added added

removed removed

Lines of Context:
854
854
/*
855
855
  function: getopt_ull
856
856
 
857
 
  This is the same as getopt_ll, but is meant for unsigned long long
 
857
  This is the same as getopt_ll, but is meant for uint64_t
858
858
  values.
859
859
*/
860
860