汉诺塔c语言

以下是用 C 语言实现的汉诺塔问题算法的代码示例:```c include void moveDisk(int n, char from, char to, char via) {