SMM
jlogin.h File Reference
#include <stdio.h>
#include <iostream>
#include <conio.h>
#include <string.h>
#include <process.h>
Include dependency graph for jlogin.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void gotoxy (int x, int y)
 
int login ()
 
void createacc ()
 

Variables

COORD coord ={0,0}
 

Function Documentation

◆ createacc()

void createacc ( )
Here is the caller graph for this function:

◆ gotoxy()

void gotoxy ( int  x,
int  y 
)
Here is the caller graph for this function:

◆ login()

int login ( )
Here is the caller graph for this function:

Variable Documentation

◆ coord

COORD coord ={0,0}