Searched refs:input (Results 1 – 4 of 4) sorted by relevance
9 const char *ltoa(long input) in ltoa() argument14 int neg = input < 0; in ltoa()15 unsigned long n = neg ? -input : input; in ltoa()
3 start = int(input("Start from: "))4 end = int(input("End at: "))
9 const char* ltoa(long input);
317 # A rule to use to rename function argument names. The renaming assumes the input346 # A rule to use to rename struct field names. The renaming assumes the input is419 # for how this applies to fields. Renaming of the variant assumes that the input