minovakovi / akdb

An experimental relational DBMS developed by students @ Faculty of Organization and Informatics, University of Zagreb
6 stars 16 forks source link

dodane imenovane konstante #288

Closed MBesednik closed 3 months ago

MBesednik commented 3 months ago

define DEBUG_LEVEL 0

/**

define DEBUG_TYPE 0

/**

define SUCCESS_MESSAGE "Success\n\n"

/**

define FAIL_MESSAGE "Fail\n\n"

/**