說明: 只是想AA字符轉換爲十六進制,但我不斷收到這個錯誤,我不知道如何解決這 問題: warning: passing argument 1 of ‘strtol’ makes pointer from integer without a cast[[email protected] lab3]$ vi lab3.c
CODE: void print_group(char array[])
#include "stdafx.h"
#include "stdlib.h"
#include <ctype.h>
int num = 0;
int i = 0;
int ch = 0;
int letter_index_in_alphabet(int ch) {
if (isalpha(ch) == true) {
char temp_str[2]
char theInput[10];
long option;
int innerLoop = 1;
char *dunno;
while(innerLoop == 1){
printf("\nType '1' to get your change, '2' to select another item, or '3' to add more funds: ");
fg