money gestion.txt
来自「C code prgrame for simple money gestion」· 文本 代码 · 共 19 行
TXT
19 行
/*MADE BY S@M0T.
*Started on 09/01/06
*Finished on 12/01/06
*You can only redistribute this source-code as it is(no changes!).
*For improvements e-mail me to tsenart@gmail.com
*/
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <conio2.h>
float saldo, valor,*ptrvalor = &valor;
time_t tempo;
FILE *user_saldo, *user_movs;
void cls(); /*Limpa o buffer, espera que o user pressione alguma tecla e limpa o ecran.*/
float receber_saldo(); /*L
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?