Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

funcioneslibres.cpp File Reference

#include <ctype.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include "funcioneslibres.h"

Include dependency graph for funcioneslibres.cpp:

Go to the source code of this file.

Functions

char * partentera (char *numero)
char * partedecimal (char *numero)
long fsize (FILE *m)
char * strlwr (char *string)
char * _strlwr (char *string)
char * _strdup (char *string)
char * itoa (int valor, char *ascii, int base)
char * ltoa (long valor, char *ascii, int base)
void AfxMessageBox (char *msg)


Function Documentation

char* _strdup char *  string  ) 
 

Definition at line 76 of file funcioneslibres.cpp.

Referenced by tabla::tabla().

char* _strlwr char *  string  ) 
 

Definition at line 64 of file funcioneslibres.cpp.

Referenced by tabla::tabla().

void AfxMessageBox char *  msg  ) 
 

Definition at line 105 of file funcioneslibres.cpp.

Referenced by compilador::compilar(), compilador::compilar_archivo(), compilador::compilar_sentencia(), and compilador::error().

long fsize FILE *  m  ) 
 

Definition at line 43 of file funcioneslibres.cpp.

Referenced by ejecutor::cargar(), and ejecutor::tamreg().

char* itoa int  valor,
char *  ascii,
int  base
 

Definition at line 83 of file funcioneslibres.cpp.

Referenced by digital::buscar(), ejecutor::crear(), ejecutor::eliminar(), ejecutor::error(), compilador::error(), digital::insertar(), and ejecutor::modificar().

char* ltoa long  valor,
char *  ascii,
int  base
 

Definition at line 94 of file funcioneslibres.cpp.

Referenced by digital::borrar().

char* partedecimal char *  numero  ) 
 

Definition at line 24 of file funcioneslibres.cpp.

Referenced by compilador::analiza_expresion(), ejecutor::cargar(), and ejecutor::modificar().

char* partentera char *  numero  ) 
 

Definition at line 11 of file funcioneslibres.cpp.

Referenced by compilador::analiza_expresion(), ejecutor::cargar(), and ejecutor::modificar().

char* strlwr char *  string  ) 
 

Definition at line 52 of file funcioneslibres.cpp.

Referenced by objeto::objeto().


Generated on Wed Sep 14 15:49:29 2005 for TecnoDB by  doxygen 1.4.4