📄 money gestion.txt
字号:
/*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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -