Ticket Hash: | 0c80ff9f5ad96776d95304185f675d65bdabb99f | ||
Title: | Quickstart missing include of stdlib.h | ||
Status: | Fixed | Type: | Documentation |
Severity: | Cosmetic | Priority: | Immediate |
Subsystem: | Documentation | Resolution: | Fixed |
Last Modified: |
2011-10-13 15:56:12 13.75 years ago |
Created: |
2009-10-24 01:07:31 15.72 years ago |
Version Found In: |
Description: | ||||
http://www.sqlite.org/cvstrac/tktview?tn=2061 Quickstart uses exit(2) but does not include header file stdlib.h that includes it which will lead to warning for someone following quickstart. Fix is to include stdlib.h or use return instead of exit. |